ohmyksh/completions/git.org

23 lines
449 B
Org Mode
Raw Normal View History

2020-07-19 08:07:12 -06:00
* git completions
The ~git~ completion currently supports the following arguments:
** Level 1
#+begin_src ksh
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
#+end_src