You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
553 B
37 lines
553 B
19 years ago
|
git-push(1)
|
||
|
===========
|
||
19 years ago
|
|
||
|
NAME
|
||
|
----
|
||
19 years ago
|
git-push - Update remote refs along with associated objects.
|
||
19 years ago
|
|
||
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
19 years ago
|
'git-push' [--all] [--force] <repository> <refspec>...
|
||
19 years ago
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
19 years ago
|
|
||
|
Updates remote refs using local refs, while sending objects
|
||
|
necessary to complete the given refs.
|
||
19 years ago
|
|
||
|
|
||
|
OPTIONS
|
||
|
-------
|
||
19 years ago
|
include::pull-fetch-param.txt[]
|
||
19 years ago
|
|
||
|
|
||
|
Author
|
||
|
------
|
||
|
Written by Junio C Hamano <junkio@cox.net>
|
||
|
|
||
|
Documentation
|
||
|
--------------
|
||
|
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
|
||
|
|
||
|
GIT
|
||
|
---
|
||
|
Part of the link:git.html[git] suite
|
||
|
|