summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 00:42:16 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 00:42:16 +0000
commita9701f0184382d8de7380c56558718915905746a (patch)
tree25620bdfe6b5a66edecbbd6153f50dc5cb1e88f9 /git-push.txt
parent19107ef38294e3b64a70b32302416dd52c0e779a (diff)
downloadgit-htmldocs-a9701f0184382d8de7380c56558718915905746a.tar.gz
Autogenerated HTML docs for v1.6.6.1-336-g19c6
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-push.txt b/git-push.txt
index e3eb1e8f1..2a5394b83 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git push' [--all | --mirror | --tags] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
- [--repo=<repository>] [-f | --force] [-v | --verbose]
+ [--repo=<repository>] [-f | --force] [-v | --verbose] [-u | --set-upstream]
[<repository> <refspec>...]
DESCRIPTION
@@ -122,6 +122,13 @@ nor in any Push line of the corresponding remotes file---see below).
the name "origin" is used. For this latter case, this option
can be used to override the name "origin". In other words,
the difference between these two commands
+
+-u::
+--set-upstream::
+ For every branch that is up to date or successfully pushed, add
+ upstream (tracking) reference, used by argument-less
+ linkgit:git-pull[1] and other commands. For more information,
+ see 'branch.<name>.merge' in linkgit:git-config[1].
+
--------------------------
git push public #1