From 779e655703449bccf58012c7d7f21b1b740a07b2 Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Sat, 27 Feb 2016 08:03:52 +1000 Subject: [PATCH] More git notes. --- misc/git_notes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/git_notes.txt b/misc/git_notes.txt index efeaa83..0c7dec8 100644 --- a/misc/git_notes.txt +++ b/misc/git_notes.txt @@ -3,3 +3,7 @@ to cache my Github username git config --global user.name "Warren Toomey" git config --global user.email wkt@tuhs.org + +To bring your own ocal repository up to date with Github: + git fetch origin + git merge origin/master