1
0
mirror of https://github.com/git/git.git synced 2024-11-20 18:25:16 +01:00

Doc: Make comment about merging in tutorial.txt more clear

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>
This commit is contained in:
Paolo Ciarrocchi 2006-11-20 21:29:41 +01:00 committed by Junio C Hamano
parent aa9098611f
commit 5942706357

@ -141,7 +141,7 @@ $ git commit -a
------------------------------------------------ ------------------------------------------------
at this point the two branches have diverged, with different changes 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 $ git pull . experimental