mirror of
https://github.com/git/git.git
synced 2026-01-25 00:07:24 +09:00
Fix refspecs in given example for git subtree pull.
(Updated slightly by apenwarr)
This commit is contained in:
parent
d344532afd
commit
e1ce417d0c
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user