ohmyksh/completions/got.ksh

29 lines
341 B
Bash
Executable File

set -A complete_got_1 -- \
init \
import im \
clone cl \
fetch fe \
checkout co \
update up \
status st \
log \
diff di \
blame bl \
tree tr \
ref \
branch br \
tag \
add \
remove rm \
revert rv \
commit ci \
cherrypick cy \
backout bo \
rebase rb \
histedit he \
integrate ig \
stage sg \
unstage ug \
cat \
info