0
I created a branch in bitbucket and I can’t check out anyway. The command I normally use is:
git fetch && git checkout
I type the command into the local terminal and it simply checks out on the branch, continues on the master.
See that I am still in the master "branch". I tried to do it in different seasons and the same thing happens.
Tried to pull too?
– Paulo Martins
Yeah, it says it’s already updated. root@Fred:/var/www/html/gseg/gseg# git pull | Password for 'https://[email protected]': | Already up-to-date.
– Fred
Can the branch be listed by git? If so, it’s something very strange :/
– Paulo Martins
It seems that the
fetch
returned error.git fetch; echo $?
returns 0 or something else?– Jefferson Quesado
Yes, the branch is created in bitbutcket Paulo. I inserted an image there in the question.. But in git status it does not appear, there is some other way to check?
– Fred
Jeferson, I couldn’t find where the fetch error returned.
– Fred
I created a new Rach now with the name "test", it worked. I think the problem lies in using the underline. I didn’t know I couldn’t use it. Go ahead?
– Fred