Skip to content

Commit

Permalink
Merge branch 'tm/zsh-complete-switch-restore' into jch
Browse files Browse the repository at this point in the history
* tm/zsh-complete-switch-restore:
  complete: zsh: add missing sub cmd completion candidates
  • Loading branch information
gitster committed Apr 20, 2020
2 parents 97d75c6 + 051cc54 commit 2eb96a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/completion/git-completion.zsh
Expand Up @@ -150,9 +150,11 @@ __git_zsh_cmd_common ()
push:'update remote refs along with associated objects'
rebase:'forward-port local commits to the updated upstream head'
reset:'reset current HEAD to the specified state'
restore:'restore working tree files'
rm:'remove files from the working tree and from the index'
show:'show various types of objects'
status:'show the working tree status'
switch:'switch branches'
tag:'create, list, delete or verify a tag object signed with GPG')
_describe -t common-commands 'common commands' list && _ret=0
}
Expand Down

0 comments on commit 2eb96a6

Please sign in to comment.