ohmyksh/completions/git.org

284 B

Completions: git

The git completion currently supports the following arguments:

Level 1

	$(man -cT man git | grep -o 'git-[a-z-]*' | sort -u | cut -d '-' -f2-) \
	$(git config --get-regexp ^alias\. | awk -F '[\. ]' '{ print $2 }')
	worktree