git/pull: remove '-b' and '-a' option
we do the right thing by default now, let's not add knobs that nobody cares about.
This commit is contained in:
parent
3d047ddf03
commit
a271f62bf2
2 changed files with 34 additions and 40 deletions
|
@ -13,9 +13,6 @@ git/pull, git/rm, git/serve
|
|||
]
|
||||
.I path...
|
||||
.PP
|
||||
.B git/rm
|
||||
.I path...
|
||||
.PP
|
||||
.B git/branch
|
||||
[
|
||||
.B -admns
|
||||
|
@ -69,13 +66,6 @@ git/pull, git/rm, git/serve
|
|||
.I file...
|
||||
]
|
||||
.PP
|
||||
.B git/revert
|
||||
[
|
||||
.B -c
|
||||
.I commit
|
||||
]
|
||||
.I file...
|
||||
.PP
|
||||
.B git/export
|
||||
[
|
||||
.I commits...
|
||||
|
@ -125,13 +115,7 @@ git/pull, git/rm, git/serve
|
|||
.PP
|
||||
.B git/pull
|
||||
[
|
||||
.B -f
|
||||
]
|
||||
[
|
||||
.B -q
|
||||
]
|
||||
[
|
||||
.B -a
|
||||
.B -fq
|
||||
]
|
||||
[
|
||||
.B -u
|
||||
|
@ -140,7 +124,7 @@ git/pull, git/rm, git/serve
|
|||
.PP
|
||||
.B git/push
|
||||
[
|
||||
.B -a
|
||||
.B -af
|
||||
]
|
||||
[
|
||||
.B -u
|
||||
|
@ -155,6 +139,22 @@ git/pull, git/rm, git/serve
|
|||
.I branch
|
||||
]
|
||||
.PP
|
||||
.B git/query
|
||||
[
|
||||
.B -pcr
|
||||
]
|
||||
.I query
|
||||
.PP
|
||||
.B git/revert
|
||||
[
|
||||
.B -c
|
||||
.I commit
|
||||
]
|
||||
.I file...
|
||||
.PP
|
||||
.B git/rm
|
||||
.I path...
|
||||
.PP
|
||||
.B git/serve
|
||||
[
|
||||
.B -w
|
||||
|
@ -164,12 +164,6 @@ git/pull, git/rm, git/serve
|
|||
.I path
|
||||
]
|
||||
.PP
|
||||
.B git/query
|
||||
[
|
||||
.B -pcr
|
||||
]
|
||||
.I query
|
||||
.PP
|
||||
.B git/walk
|
||||
[
|
||||
.B -qc
|
||||
|
@ -282,10 +276,17 @@ When passed the
|
|||
.I -f
|
||||
option, the update of the working copy is suppressed.
|
||||
When passed the
|
||||
.I -q
|
||||
option, the listing of changes is silenced.
|
||||
When passed the
|
||||
.I -u upstream
|
||||
option, the changes are pulled from
|
||||
.I upstream
|
||||
instead of the configured origin.
|
||||
when passed the
|
||||
.I -b branch
|
||||
option, it only pulls changes related to
|
||||
.IR branch .
|
||||
|
||||
.PP
|
||||
.B Git/serve
|
||||
|
@ -513,10 +514,10 @@ M
|
|||
Modified since last commit.
|
||||
.TP
|
||||
R
|
||||
Removed from either working directory tracking list.
|
||||
This file will be gone in the next commit.
|
||||
.TP
|
||||
A
|
||||
Added, does not yet exist in a commit.
|
||||
This file will be present in the next commit.
|
||||
|
||||
.PP
|
||||
.B Git/compat
|
||||
|
@ -642,7 +643,7 @@ The contents of this file are used as fallbacks for the per-user config.
|
|||
.IR replica (1),
|
||||
.IR patch (1),
|
||||
.IR gitfs (4),
|
||||
.IR diff3
|
||||
.I diff3
|
||||
|
||||
.SH BUGS
|
||||
.PP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue