Fix refspecs in given example for git subtree pull.

(Updated slightly by apenwarr)
maint
Arlen Cuss 2010-01-19 12:51:19 -07:00 committed by Avery Pennarun
parent d344532afd
commit e1ce417d0c
1 changed files with 1 additions and 1 deletions

View File

@ -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: