Code

556682f991d612ca3a277e640c0f8d6d2e205c49
[git.git] / Documentation / git-push-script.txt
1 git-push-script(1)
2 ==================
4 NAME
5 ----
6 git-push-script - Update remote refs along with associated objects.
9 SYNOPSIS
10 --------
11 'git-push-script' [--all] [--force] <repository> <refspec>...
13 DESCRIPTION
14 -----------
16 Updates remote refs using local refs, while sending objects
17 necessary to complete the given refs.
20 OPTIONS
21 -------
22 include::pull-fetch-param.txt[]
25 Author
26 ------
27 Written by Junio C Hamano <junkio@cox.net>
29 Documentation
30 --------------
31 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
33 GIT
34 ---
35 Part of the link:git.html[git] suite