GIT 0.99.8c
[git/gitweb.git] / Documentation / git-push.txt
blob809ac8ba069a8a97a686d62f1bb586005836f896
1 git-push(1)
2 ===========
4 NAME
5 ----
6 git-push - Update remote refs along with associated objects.
9 SYNOPSIS
10 --------
11 'git-push' [--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 gitlink:git[7] suite