X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-send-pack.txt;h=eea8fe8af3bfd90b4e4c890c748268a8e58a6bbb;hb=c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e;hp=9e67f1730261a20ffa8c22b682c9207856901534;hpb=7fb23e6083dbefa8eb4c554d8b2cd5a6292b2df4;p=git.git diff --git a/Documentation/git-send-pack.txt b/Documentation/git-send-pack.txt index 9e67f1730..eea8fe8af 100644 --- a/Documentation/git-send-pack.txt +++ b/Documentation/git-send-pack.txt @@ -3,7 +3,7 @@ git-send-pack(1) NAME ---- -git-send-pack - Push missing objects packed +git-send-pack - Push objects over git protocol to another reposiotory SYNOPSIS @@ -12,6 +12,9 @@ SYNOPSIS DESCRIPTION ----------- +Usually you would want to use gitlink:git-push[1] which is a +higher level wrapper of this command instead. + Invokes 'git-receive-pack' on a possibly remote repository, and updates it from the current repository, sending named refs. @@ -43,7 +46,7 @@ OPTIONS :: The repository to update. -...: +...:: The remote refs to update.