]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-push.txt
[PATCH] Documentation: Add asciidoc.conf file and gitlink: macro
[thirdparty/git.git] / Documentation / git-push.txt
CommitLineData
215a7ad1
JH
1git-push(1)
2===========
7fc9d69f
JH
3
4NAME
5----
215a7ad1 6git-push - Update remote refs along with associated objects.
7fc9d69f
JH
7
8
9SYNOPSIS
10--------
215a7ad1 11'git-push' [--all] [--force] <repository> <refspec>...
7fc9d69f
JH
12
13DESCRIPTION
14-----------
ab9b3138
JH
15
16Updates remote refs using local refs, while sending objects
17necessary to complete the given refs.
7fc9d69f
JH
18
19
20OPTIONS
21-------
ab9b3138 22include::pull-fetch-param.txt[]
7fc9d69f
JH
23
24
25Author
26------
27Written by Junio C Hamano <junkio@cox.net>
28
29Documentation
30--------------
31Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
32
33GIT
34---
35Part of the link:git.html[git] suite
36