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:
|
To bring your own ocal repository up to date with Github:
|
||||||
git fetch origin
|
git fetch origin
|
||||||
|
git diff master origin/master
|
||||||
git merge origin/master
|
git merge origin/master
|
||||||
|
|||||||
Reference in New Issue
Block a user