branch -r -v: do not spit out garbage
[gitweb.git] / Documentation / git-pull.txt
index d0f1595f7e9051b5d58d1dba030ea3a7d80bdab5..d9537ebc6a8df5311275965eb62ca106566a7f8c 100644 (file)
@@ -8,7 +8,7 @@ git-pull - Fetch from and merge with another repository or a local branch
 
 SYNOPSIS
 --------
-'git-pull' <options> <repository> <refspec>...
+'git pull' <options> <repository> <refspec>...
 
 
 DESCRIPTION
@@ -182,8 +182,7 @@ The final command then merges the newly fetched `tmp` into master.
 
 
 If you tried a pull which resulted in a complex conflicts and
-would want to start over, you can recover with
-linkgit:git-reset[1].
+would want to start over, you can recover with `git-reset`.
 
 
 SEE ALSO