git拉取特定分支

Posted by アライさん on 2019年10月22日
1
2
3
4
5
git clone https://github.com/googlesamples/android-architecture.git  
cd android-architecture/
git branch –all
git checkout todo-mvp
git pull