There are many alternatives, for example:
Alternative 1:
git fetch && git checkout test
It's the simplest way.
Alternative 2:
git fetchgit checkout test
It's the same, but in two steps.
There are many alternatives, for example:
Alternative 1:
git fetch && git checkout test
It's the simplest way.
Alternative 2:
git fetchgit checkout test
It's the same, but in two steps.