git clone resource.git
git branch -a
list all the local and remote branches
git checkout [remote branch]
本文共 159 字,大约阅读时间需要 1 分钟。
git clone resource.git
git branch -a
list all the local and remote branches
git checkout [remote branch]
转载于:https://www.cnblogs.com/LiuXianBlog/p/3606969.html