diff --git a/share/completions/git.fish b/share/completions/git.fish index ef31518e7..6512751f5 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -1166,6 +1166,7 @@ complete -f -c git -n '__fish_git_using_command branch' -s M -d 'Force rename br complete -f -c git -n '__fish_git_using_command branch' -s c -l copy -d 'Copy branch' complete -f -c git -n '__fish_git_using_command branch' -s C -d 'Force copy branch' complete -f -c git -n '__fish_git_using_command branch' -s a -l all -d 'Lists both local and remote branches' +complete -f -c git -n '__fish_git_using_command branch' -s r -l remotes -d 'List or delete (if used with -d) the remote-tracking branches.' complete -f -c git -n '__fish_git_using_command branch' -s t -l track -l track -d 'Track remote branch' complete -f -c git -n '__fish_git_using_command branch' -l no-track -d 'Do not track remote branch' complete -f -c git -n '__fish_git_using_command branch' -l set-upstream-to -d 'Set remote branch to track'