From: Arlen Cuss Date: Tue, 19 Jan 2010 19:51:19 +0000 (-0700) Subject: Fix refspecs in given example for git subtree pull. X-Git-Tag: v1.7.11-rc0~176^2~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e1ce417d0cb4bfe719efa07417c690b1ce0326e9;p=git.git Fix refspecs in given example for git subtree pull. (Updated slightly by apenwarr) --- diff --git a/git-subtree.txt b/git-subtree.txt index e7ce2d365..9b2d48e33 100644 --- a/git-subtree.txt +++ b/git-subtree.txt @@ -258,7 +258,7 @@ And you can merge changes back in from the upstream project just as easily: $ git subtree pull --prefix=gitweb \ - git@github.com:whatever/gitweb.git gitweb-latest:master + git@github.com:whatever/gitweb.git master Or, using '--squash', you can actually rewind to an earlier version of gitweb: