最佳答案
下面哪一行是正确的?
git checkout 'another_branch'
或
git checkout origin 'another_branch'
或
git checkout origin/'another_branch'
它们之间的区别是什么?