Initial commit
commit
3c86f46871
|
|
@ -0,0 +1 @@
|
|||
#### Erstelle ein neues Repository von der Kommandozeile aus
```
touch README.md\
git init
git add README.md\
git commit -m "first commit"\
git remote add origin https://git.intrepidcs.de/Andreas/Demo_SOME_IP.git\
git push -u origin master\
```
#### Bestehendes Repository via Kommandozeile pushen
```
git remote add origin https://git.intrepidcs.de/Andreas/Demo_SOME_IP.git\
git push -u origin master\
```
# <u>Name of Demo</u>

## General showcase
Short description what will be demonstrated
## Requirements
Used devices, cabeling ...
Maybe adding links to devices (WEB) and files (Internal)\
e.g.
```
[Remote datalogger](https://intrepidcs.com/products/data-loggers/) (neoVI-RED2/Fire3/Connect)
```
[Remote datalogger](https://intrepidcs.com/products/data-loggers/) (e.g. neoVI-RED2/Fire3/Connect)\
## Setup I
Used setups with internal links.\
e.g.
```
Upload [Setup file](OBD_and_GPS_Collection.vs3zip)
```
Upload [Setup file](OBD_and_GPS_Collection.vs3zip)
### Showcase
Individual description of setup
## Setup II
If multiple setups are available
### Showcase
Individual description of setup
|
||||
Loading…
Reference in New Issue