SyntaxFix
Write A Post
Hire A Developer
Questions
There are many alternatives, for example:
Alternative 1:
git fetch && git checkout test
It's the most simple way.
Alternative 2:
git fetch git checkout test
It's the same but in two steeps.