]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/everyday.txt
some doc updates
[thirdparty/git.git] / Documentation / everyday.txt
index 4e83994c588fc5f4853abc3839378281c58c9253..ca36a76da6a28d89d5cc0cba76517de88489048a 100644 (file)
@@ -148,8 +148,7 @@ modification will be caught if you do `git commit -a` later.
 <8> redo the commit undone in the previous step, using the message
 you originally wrote.
 <9> switch to the master branch.
-<10> merge a topic branch into your master branch.  You can also use
-`git pull . alsa-audio`, i.e. pull from the local repository.
+<10> merge a topic branch into your master branch.
 <11> review commit logs; other forms to limit output can be
 combined and include `\--max-count=10` (show 10 commits),
 `\--until=2005-12-10`, etc.