Git 命令拉取远程仓库中的分支代码到本地

1 git clone “git地址”
2 cd 代码文件夹
3 git fetch origin 分支名称
4 git checkout -b 分支名称
5 git pull origin 分支名称

【报错】
1 git status
2 git add 红色状态的文件

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章