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
|
|
|
|
add \
|
|
|
|
bl blame \
|
|
|
|
bo backout \
|
|
|
|
br branch \
|
|
|
|
cat \
|
|
|
|
ci commit \
|
|
|
|
cl clone \
|
|
|
|
co checkout \
|
|
|
|
cy cherrypick \
|
|
|
|
di diff \
|
|
|
|
fe fetch \
|
|
|
|
he histedit \
|
|
|
|
ig integrate \
|
|
|
|
im import \
|
|
|
|
in init \
|
|
|
|
log \
|
|
|
|
rb rebase \
|
|
|
|
ref \
|
|
|
|
rm remove \
|
|
|
|
rv revert \
|
|
|
|
sg stage \
|
|
|
|
st status \
|
|
|
|
tag \
|
|
|
|
tr tree \
|
|
|
|
ug unstage \
|
|
|
|
up update
|
|
|
|
#+end_src
|