misc/git_notes.txt: How to fetch from Github and review the changes before merging.

This commit is contained in:
Warren Toomey
2016-02-27 15:24:59 +10:00
parent ea11773db7
commit 8a8611c590
+1
View File
@@ -6,4 +6,5 @@ git config --global user.email wkt@tuhs.org
To bring your own ocal repository up to date with Github:
git fetch origin
git diff master origin/master
git merge origin/master