diff options
Diffstat (limited to 'Documentation/git-pull.txt')
-rw-r--r-- | Documentation/git-pull.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index 5a11da1f74..ec10a2f409 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -141,6 +141,11 @@ merge the remote `origin` head into the current, local `master` branch. +SEE ALSO +-------- +gitlink:git-fetch[1], gitlink:git-merge[1] + + Author ------ Written by Linus Torvalds <torvalds@osdl.org> |