I've updated git to its latest version (2.29.0) and I'm using ZSH 5.8.
I used to switch between branches with git checkout remote_br<tab>
to quickly switch between branches, even if the branch is only a remote one atm. I've seen git has made a lot of changes regarding switch/checkout recently, the thing is my autocompletion on remote branches doesn't work anymore (with checkout or switch).
I've tried to add the latest version of contrib/completion/git-completion.zsh
to my zsh, but I still have my issue. Am I missing something here ?