mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 11:35:00 +08:00
Add --unset-upstream
to git branch
completions
This commit is contained in:
parent
ad9b4290e5
commit
838fd5f85e
@ -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]]'
|
||||
|
Loading…
x
Reference in New Issue
Block a user