参考:https://www.cnblogs.com/web-zxq/articles/9917307.html
一 拉代码
git clone -b 分支名称 代码地址
二 git 提交代码总结
git pull
git add . 提交进入缓存区
git commit -m '注释'
git push
参考:https://www.cnblogs.com/web-zxq/articles/9917307.html
一 拉代码
git clone -b 分支名称 代码地址
二 git 提交代码总结
git pull
git add . 提交进入缓存区
git commit -m '注释'
git push