Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu dieser Vergleichsansicht

Both sides previous revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
projects:git [2020/01/10 14:23]
wanda
projects:git [2020/01/15 18:30] (aktuell)
wanda
Zeile 9: Zeile 9:
 ---- ----
  
-Was will man wissen?+===== erste Schritte =====
  
-* init +Documentation 
-* status + 
-* diff +  * https://​git-scm.com/​docs 
-* add + 
-* commit+Install 
 + 
 +  * config ($HOME/​.config/​git/​config will be used. Any single-valued variable set in this file will be overwritten by whatever is in ~/​.gitconfig) 
 + 
 + 
 +Was will Fisch (beim ersten Schritt) wissen? 
 + 
 +  ​* init 
 +  * status 
 +  * diff 
 +  * add 
 +  * commit 
 +  * log 
 +  * show 
 +  * stash 
 + 
 +Was will Fisch (beim zweiten Schritt) wissen? 
 + 
 +  * branch -a 
 +  * branch -b <​name>​ 
 +  * checkout 
 +  * pull 
 +  * push origin master 
 +  * (evtl. revert)
  
-* branch 
-* push origin 
-* stash 
-* revert 
projects/git.1578662611.txt.gz · Zuletzt geändert: 2020/01/10 14:23 von wanda