Difference between revisions of "Git"

From no name for this wiki
Jump to: navigation, search
(switch branch)
(switch branch)
Line 3: Line 3:
 
git checkout -b <branch>
 
git checkout -b <branch>
 
</pre>
 
</pre>
 +
Mit der b Option wird ein neuer Branch kreiert.
  
 
== fetch und pull ==
 
== fetch und pull ==

Revision as of 14:17, 10 February 2019

switch branch

git checkout -b <branch>

Mit der b Option wird ein neuer Branch kreiert.

fetch und pull