public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH 2/2] tutorial: Use "git merge" instead of "git pull ."
@ 2007-01-12 11:58 Santi Béjar
  0 siblings, 0 replies; only message in thread
From: Santi Béjar @ 2007-01-12 11:58 UTC (permalink / raw)
  To: Git Mailing List



Signed-off-by: Santi Béjar <sbejar@gmail•com>
---
 Documentation/tutorial.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index 4b7eba3..45abfa5 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -211,7 +211,7 @@ at this point the two branches have diverged, with different changes
 made in each.  To merge the changes made in experimental into master, run
 
 ------------------------------------------------
-$ git pull . experimental
+$ git merge experimental
 ------------------------------------------------
 
 If the changes don't conflict, you're done.  If there are conflicts,
@@ -320,10 +320,10 @@ could pull the changes into her master branch:
 
 -------------------------------------
 $ git checkout master
-$ git pull . remotes/bob/master
+$ git merge bob/master
 -------------------------------------
 
-The last command is a pull from the "bob/master" branch in Alice's
+The last command is a merge of the "bob/master" branch in Alice's
 own repository.
 
 Alice could also perform both steps at once with:
-- 
1.5.0-rc1.GIT

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-12 10:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-12 11:58 [PATCH 2/2] tutorial: Use "git merge" instead of "git pull ." Santi Béjar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox