When I enter a folder on my server, and type git branch
command, I see the following result:
*develop
something_else
master
But when I enter my repository on bitbucket, I see that branch develop is not there. There's dev branch instead. Same thing in sourcetree.
What's wrong?