diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-24 23:23:08 (GMT) |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-24 23:50:54 (GMT) |
commit | ab9b31386b494b6c16d651d1560f3ba11c3a1964 (patch) | |
tree | b236326ca11e2180a58dd15cbde457871bb56244 /Documentation/git-push-script.txt | |
parent | ff27adf3dae36695f1af1b6f0e01ec6738ce0249 (diff) | |
download | git-ab9b31386b494b6c16d651d1560f3ba11c3a1964.zip git-ab9b31386b494b6c16d651d1560f3ba11c3a1964.tar.gz git-ab9b31386b494b6c16d651d1560f3ba11c3a1964.tar.bz2 |
Documentation: multi-head fetch.
Add documentation related to multi-head work, including $GIT_DIR/remotes/
changes.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-push-script.txt')
-rw-r--r-- | Documentation/git-push-script.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Documentation/git-push-script.txt b/Documentation/git-push-script.txt index 3c1208d..556682f 100644 --- a/Documentation/git-push-script.txt +++ b/Documentation/git-push-script.txt @@ -3,25 +3,23 @@ git-push-script(1) NAME ---- -git-push-script - Some git command not yet documented. +git-push-script - Update remote refs along with associated objects. SYNOPSIS -------- -'git-push-script' [ --option ] <args>... +'git-push-script' [--all] [--force] <repository> <refspec>... DESCRIPTION ----------- -Does something not yet documented. + +Updates remote refs using local refs, while sending objects +necessary to complete the given refs. OPTIONS ------- ---option:: - Some option not yet documented. - -<args>...:: - Some argument not yet documented. +include::pull-fetch-param.txt[] Author |