2021-03-11 07:42:00 -07:00
|
|
|
#+TITLE: Completions: got
|
2020-07-29 07:44:14 -06:00
|
|
|
|
|
|
|
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 \
|
2020-07-29 07:44:14 -06:00
|
|
|
log \
|
2021-03-11 08:40:09 -07:00
|
|
|
diff di \
|
|
|
|
blame bl \
|
|
|
|
tree tr \
|
2020-07-29 07:44:14 -06:00
|
|
|
ref \
|
2021-03-11 08:40:09 -07:00
|
|
|
branch br \
|
2020-07-29 07:44:14 -06:00
|
|
|
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
|
|
|
|
|
2020-07-29 07:44:14 -06:00
|
|
|
#+end_src
|