Dear Maintainer, I have an issue with bash autocompletion and git fetch: $ git fetch origin ma<TAB> completes to $ git fetch origin main:main fatal: Refusing to fetch into current branch refs/heads/main of non-bare repository I would have expected the following completion: $ git fetch origin main A fix would be highly appriciated! thanks tobias