updated tut 02

This commit is contained in:
2023-10-27 12:07:09 +02:00
parent df415c72f1
commit adba45ceb9
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Gib den Key in die Konsole aus mit
```sh
cat ~/.ssh/id_ed25519.pub
```
Kopiere mit Strg+Shift+C oder Rechtklick den Key aus dem Terminal und fügen ihn im [Git](https://git.laurel.informatik.uni-freiburg.de/user/settings/keys) als SSH Key hinzu.
### Windows
@ -145,6 +146,7 @@ Changes to be committed:
new file: hello_world.py
```
mit `git add -A` können alle aktuelle Änderungen hinzugefügt werden.
nun können wir die Datei in unser Git eintragen indem wir `git commit -m 'meine nachricht'` verwenden.
```sh

View File

@ -0,0 +1 @@
print("hello world")