====== git ====== ---- datatemplateentry project ---- template : :sys:tpl:project description : git for newbies coordinators : [[:users:wanda:]] confidants : state_tags : working,in progress type_tags : git, version control, beginner ---- ===== erste Schritte ===== Documentation * https://git-scm.com/docs 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 * checkout * pull * push origin master * (evtl. revert)