ohmyksh/completions/git.org
2021-03-24 09:42:54 +11:00

312 B

Completions: git

The git completion currently supports the following arguments:

Level 1

The completions for level one are dynamically created using the following commands:

	$(git --list-cmds=main) \
	$(git config --get-regexp ^alias\. | awk -F '[\. ]' '{ print $2 }')