+git completions
This commit is contained in:
parent
856b2f2889
commit
73595da30c
16
completions/git.ksh
Executable file
16
completions/git.ksh
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
set -A complete_git_1 -- \
|
||||||
|
add am archive \
|
||||||
|
bisect branch bundle \
|
||||||
|
checkout cherry-pick citool clean clone commit config \
|
||||||
|
describe diff \
|
||||||
|
fetch format-patch \
|
||||||
|
gc grep gui \
|
||||||
|
init \
|
||||||
|
log \
|
||||||
|
merge mv \
|
||||||
|
notes \
|
||||||
|
pull push \
|
||||||
|
range-diff rebase reset restore revert rm \
|
||||||
|
shortlog show sparse-checkout stash status submodule switch \
|
||||||
|
tag \
|
||||||
|
worktree
|
Loading…
Reference in New Issue
Block a user