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