We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33a1060 + 051cc54 commit 7d96ac1Copy full SHA for 7d96ac1
contrib/completion/git-completion.zsh
@@ -150,9 +150,11 @@ __git_zsh_cmd_common ()
150
push:'update remote refs along with associated objects'
151
rebase:'forward-port local commits to the updated upstream head'
152
reset:'reset current HEAD to the specified state'
153
+ restore:'restore working tree files'
154
rm:'remove files from the working tree and from the index'
155
show:'show various types of objects'
156
status:'show the working tree status'
157
+ switch:'switch branches'
158
tag:'create, list, delete or verify a tag object signed with GPG')
159
_describe -t common-commands 'common commands' list && _ret=0
160
}
0 commit comments