1、加入缓存
git add .
2、拉到本地
git pull origin feat_1st_phase
3、提交commit
git commit -m ‘test‘
4、推到仓库
git push origin feat_1st_phase
git的基本操作
原文:https://www.cnblogs.com/piaobodewu/p/10100084.html