- Add information about git merge command.
@@ -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