Skip to content

Commit 5942706

Browse files
mignoloJunio C Hamano
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent aa90986 commit 5942706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ $ git commit -a
141141
------------------------------------------------
142142

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

146146
------------------------------------------------
147147
$ git pull . experimental

0 commit comments

Comments
 (0)