显式指定某个 tag
git checkout refs/tags/

git checkout refs/tags/v0.1

显式指定某个 branch
git checkout refs/heads/

相关文章: