Explorar o código

Update git merge notes.

Steve Thielemann %!s(int64=5) %!d(string=hai) anos
pai
achega
bae1290bc1
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -58,3 +58,9 @@ If you recall using git push -u when you first setup the git repo.  Well, it's t
 
 This would pull files from bugz-ansi branch into the master branch.
 
+## Merging back into master
+
+    git checkout master
+    git merge cplusplus
+
+