I create a new branch with git checkout -b "branch_name"
I would expect to see this branch when I run git branch -a:
But I see no results, any ideas what could be causing this?
git version 2.36.1.windows.1
>Solution :
This might happen if you have no commits in the branch.
