“git fetch && git pull –all” is supposed to bring down everything but its not. to bring down a remote branch do
git checkout --track origin/development-wa
now you should be able to see it when executing “git branch”
“git fetch && git pull –all” is supposed to bring down everything but its not. to bring down a remote branch do
git checkout --track origin/development-wa
now you should be able to see it when executing “git branch”