]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update pull command.
authorGraham Percival <graham@percival-music.ca>
Sat, 6 Jun 2009 11:48:49 +0000 (04:48 -0700)
committerGraham Percival <graham@percival-music.ca>
Sat, 6 Jun 2009 11:48:49 +0000 (04:48 -0700)
Documentation/devel/git-starting.itexi

index 1fb162042f119cfcfcc98f11cd8e78ea4bacd75c..5fe9f3fc157c0dd4feb6bfe404a7c3aae7a1c78c 100644 (file)
@@ -171,7 +171,7 @@ local copy of the repository with the changes made by others on
 the remote @code{git.sv.gnu.org} repository:
 
 @example
-git pull origin
+git pull -r
 @end example