Grundlegende Arbeitsschritte zur Anwendung von Git und GitHub
-
Repository anlegen auf GitHub
-
Lokal (CLI)
- git clone URL
- git add -A
- git commit -m "Kommentar"
- git push
-
Wichtige Commands
- git pull
- git status
-
Ohne clone
- git init
- Achtung: vor pull: git checkout master