summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-24 20:06:29 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-24 20:06:29 +0000
commitd0d892c7a8652759ef2c00b0683de67f076b63bc (patch)
treed25cc399e405809688aa868d251f76b798917f0e /git-push.txt
parent57827fb28944ab9eee73efc93f04fb6dfc6e36a8 (diff)
downloadgit-htmldocs-d0d892c7a8652759ef2c00b0683de67f076b63bc.tar.gz
Autogenerated HTML docs for v1.6.6.1-476-g01dd
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-push.txt b/git-push.txt
index c63932b16..73a921ca0 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -122,13 +122,6 @@ 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
@@ -139,6 +132,13 @@ is that #1 always pushes to "public" whereas #2 pushes to "public"
only if the current branch does not track a remote branch. This is
useful if you write an alias or script around 'git push'.
+-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].
+
--thin::
--no-thin::
These options are passed to 'git send-pack'. Thin