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