Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 312 Bytes

git.org

File metadata and controls

13 lines (9 loc) · 312 Bytes

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 }')