Ver código fonte

Add info about git merge.

- Add information about git merge command.
testuser1 5 anos atrás
pai
commit
ca1637af2b
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      bob.txt

+ 8 - 0
bob.txt

@@ -0,0 +1,8 @@
+TO - branch (for example master)
+FROM - branch (for example bob)
+
+To do merge just checkout TO:
+$ git checkout TO
+
+Do merge:
+$ git merge FROM