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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user