diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-17 13:03:29 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-17 13:03:29 -0800 |
commit | 5cb545fa22fa590617c872e47568279218788d4b (patch) | |
tree | 70366cf8de4dc6504bac23b5800c0fb3758df52c /Documentation/git-fetch-pack.txt | |
parent | 475abf1b6386c7583d0c852767c8b1e439c1de37 (diff) | |
download | git-5cb545fa22fa590617c872e47568279218788d4b.tar.gz git-5cb545fa22fa590617c872e47568279218788d4b.tar.xz |
Documentation: suggest corresponding Porcelain-level in plumbing docs.
Instead of keeping the confused end user reading low-level
documentation, suggest the higher level commands that implement
what the user may want to do using them upfront.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-fetch-pack.txt')
-rw-r--r-- | Documentation/git-fetch-pack.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-fetch-pack.txt b/Documentation/git-fetch-pack.txt index 3e6cd880b..90ef127d1 100644 --- a/Documentation/git-fetch-pack.txt +++ b/Documentation/git-fetch-pack.txt @@ -12,6 +12,9 @@ SYNOPSIS DESCRIPTION ----------- +Usually you would want to use gitlink:git-fetch[1] which is a +higher level wrapper of this command instead. + Invokes 'git-upload-pack' on a potentially remote repository, and asks it to send objects missing from this repository, to update the named heads. The list of commits available locally |