Fix refspecs in given example for git subtree pull.

(Updated slightly by apenwarr)
This commit is contained in:
Arlen Cuss 2010-01-19 12:51:19 -07:00 коммит произвёл Avery Pennarun
Родитель d344532afd
Коммит e1ce417d0c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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