Merging branches
Git's merge capabilities are extremely robust
Merge branch1 into branch2:
$ git checkout branch2 $ git merge branch1
Git | An introduction to Git | #43 |
Git's merge capabilities are extremely robust
Merge branch1 into branch2:
$ git checkout branch2 $ git merge branch1
Copyright © 2009 http://www.pmichaud.com/2009/pres/ |