1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-05-03 06:39:06 +00:00

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

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