I had a project that I can’t fill normally on gitlab and this time everything seemed to work fine, but when I write in the terminal
git branch
it shows me all the available branches (in my case, it is one)
aleksey@aleksey:~/Downloads/NTZ/FittingRoom$ git branch * new
And for some reason it is called my new
...
Although this is when I had a project on the last repository I tried to create branches there and there was such a new
, but then I deleted everything like ...
So now I have the main branch called new
...
How to fix it?
EDIT
aleksey@aleksey:~/Downloads/NTZ/FittingRoom$ git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/master