mirror of
https://github.com/git/git.git
synced 2025-01-23 16:03:32 +08:00
Make the list of common commands more exclusive
Remove apply, archive, cherry-pick, prune, revert, and show-branch, so "git help" is less intimidating. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f5f6cb87de
commit
26d744526c
@ -11,12 +11,9 @@ static struct cmdname_help common_cmds[] = {"
|
||||
|
||||
sort <<\EOF |
|
||||
add
|
||||
apply
|
||||
archive
|
||||
bisect
|
||||
branch
|
||||
checkout
|
||||
cherry-pick
|
||||
clone
|
||||
commit
|
||||
diff
|
||||
@ -26,15 +23,12 @@ init
|
||||
log
|
||||
merge
|
||||
mv
|
||||
prune
|
||||
pull
|
||||
push
|
||||
rebase
|
||||
reset
|
||||
revert
|
||||
rm
|
||||
show
|
||||
show-branch
|
||||
status
|
||||
tag
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user