Difference between revisions of "Git"

From no name for this wiki
Jump to: navigation, search
(switch branch)
(switch branch)
Line 1: Line 1:
 
== switch branch ==
 
== switch branch ==
 
<pre>
 
<pre>
sdfsd
+
git checkout -b <branch>
 
</pre>
 
</pre>
  
 
== fetch und pull ==
 
== fetch und pull ==

Revision as of 14:16, 10 February 2019

switch branch

git checkout -b <branch>

fetch und pull