I have this history in the console:
Resolving deltas: 100% (58156/58156), completed with 1585 local objects.
From bitbucket.org:interos/datavana
* branch datavana.dev.py.3.7.3 -> FETCH_HEAD
$ git checkout datavana.dev.py.3.7.3
error: pathspec 'datavana.dev.py.3.7.3' did not match any file(s) known to git
$ git branch
* alex/dockerize
master
$ git branch -a
* alex/dockerize
master
remotes/origin/HEAD -> origin/master
remotes/origin/master
I noticed a problem when I tried running:
git checkout datavana.dev.py.3.7.3
because as you can see that didn't work, and this branch is also not listed using git branch -a
, anybody know why I can't checkout this branch?