Hi everyone,
yesterday I couldn't create new branches that connected to the master in all my projects that exist on bitbucket.
when I create a branch through the bitbucket client, it gives me on the "checkout" command line, only the name of the new branch "feature/foo" and not the regular "git fetch && checkout feature/foo" - the branch exists, but I cant perform checkout to it.
when I simply try "git checkout -b feature/foo" on the terminal when I am in the master branch, it creates a new branch, but without upstream and I can't push it or create a pull request.
Has someone had this problem before? can help on how to solve it?
thank you all,