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>maint
parent
f5f6cb87de
commit
26d744526c
|
@ -11,12 +11,9 @@ static struct cmdname_help common_cmds[] = {"
|
||||||
|
|
||||||
sort <<\EOF |
|
sort <<\EOF |
|
||||||
add
|
add
|
||||||
apply
|
|
||||||
archive
|
|
||||||
bisect
|
bisect
|
||||||
branch
|
branch
|
||||||
checkout
|
checkout
|
||||||
cherry-pick
|
|
||||||
clone
|
clone
|
||||||
commit
|
commit
|
||||||
diff
|
diff
|
||||||
|
@ -26,15 +23,12 @@ init
|
||||||
log
|
log
|
||||||
merge
|
merge
|
||||||
mv
|
mv
|
||||||
prune
|
|
||||||
pull
|
pull
|
||||||
push
|
push
|
||||||
rebase
|
rebase
|
||||||
reset
|
reset
|
||||||
revert
|
|
||||||
rm
|
rm
|
||||||
show
|
show
|
||||||
show-branch
|
|
||||||
status
|
status
|
||||||
tag
|
tag
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue