From: Matthew Vernon Date: Tue, 25 May 2010 16:06:48 +0000 (+0100) Subject: add a note about git-fetch X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=3953a02be3bcac0db21117c679a24943c5109ff7;p=irc.git add a note about git-fetch --- diff --git a/git-notes.txt b/git-notes.txt index 951db48..db8dd33 100644 --- a/git-notes.txt +++ b/git-notes.txt @@ -19,3 +19,5 @@ programming/irc/bot-test contains a clone of bot, but with Servus-chiark.py changed to launch a test version into #test. If you git-pull in there, you can then launch the new code and check it works before killing and reloading Servus proper. + +git-fetch can be used to consider other trees before committing them.