I am getting frustrated because I have a friend that is telling me the app of a certain branch off Bitbucket is working a certain way for him. I had a newer release.
So I decided to do:
git checkout -b release/3.5.1
and
git pull origin release/3.5.1
and I got this response:
* branch release/3.5.1 -> FETCH_HEAD
Already up to date.
I have never pulled this branch before, how can it be up to date?