ohmyksh/completions/got.org

36 lines
445 B
Org Mode
Raw Normal View History

2021-03-11 07:42:00 -07:00
#+TITLE: Completions: got
The ~got~ completion currently supports the following arguments:
** Level 1
#+begin_src ksh
2021-03-11 08:40:09 -07:00
init \
import im \
clone cl \
fetch fe \
checkout co \
update up \
status st \
log \
2021-03-11 08:40:09 -07:00
diff di \
blame bl \
tree tr \
ref \
2021-03-11 08:40:09 -07:00
branch br \
tag \
2021-03-11 08:40:09 -07:00
add \
remove rm \
revert rv \
commit ci \
cherrypick cy \
backout bo \
rebase rb \
histedit he \
integrate ig \
stage sg \
unstage ug \
cat \
info
#+end_src