Skip to content

Commit

Permalink
Doc: Make comment about merging in tutorial.txt more clear
Browse files Browse the repository at this point in the history
Rephrased a sentence in order to make more clear the concept of
pull . branch

Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Paolo Ciarrocchi authored and Junio C Hamano committed Nov 22, 2006
1 parent aa90986 commit 5942706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ $ git commit -a
------------------------------------------------

at this point the two branches have diverged, with different changes
made in each. To merge the changes made in the two branches, run
made in each. To merge the changes made in experimental into master, run

------------------------------------------------
$ git pull . experimental
Expand Down

0 comments on commit 5942706

Please sign in to comment.