Add --unset-upstream to git branch completions

This commit is contained in:
mhmdanas 2022-04-30 15:07:01 +03:00 committed by Johannes Altmanninger
parent ad9b4290e5
commit 838fd5f85e

View File

@ -1153,6 +1153,7 @@ complete -f -c git -n '__fish_git_using_command branch' -l no-track -d 'Do not t
complete -f -c git -n '__fish_git_using_command branch' -l set-upstream-to -d 'Set remote branch to track'
complete -f -c git -n '__fish_git_using_command branch' -l merged -d 'List branches that have been merged'
complete -f -c git -n '__fish_git_using_command branch' -l no-merged -d 'List branches that have not been merged'
complete -f -c git -n '__fish_git_using_command branch' -l unset-upstream -d 'Remove branch upstream information'
### cherry
complete -f -c git -n __fish_git_needs_command -a cherry -d 'Find commits yet to be applied to upstream [upstream [head]]'