29 lines
337 B
Bash
Executable File
29 lines
337 B
Bash
Executable File
set -A complete_got_1 -- \
|
|
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
|
|
|