git 下载项目操作步骤

1.下载项目

git clone 链接地址

 

2.查看分支

 

git branch -a

 

3.切换分支:

git checkout -b develop --track remotes/origin/develop

posted @ 2019-08-14 16:14  陈臭屁  阅读(1758)  评论(0编辑  收藏  举报
ヾ(≧O≦)〃chencp top