23 lines
449 B
Org Mode
23 lines
449 B
Org Mode
|
* 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
|