When I run following commands in my vs code dev container:
git fetch --all
git branch -a
I don't see any new branches. Only the master branch and my own created branch. When I run the exact same commands in a stand alone terminal on mac I do get all my branches. Could this be something with ssh keys? I also tried disabling GitLens extension and restarting vscode but that didn't work.