git 简单命令

git 提交流程

第一步:git add -A
第二步:git commit -m "合并文件"
第三步:git pull --rebase origin feature/2.1.0-customer
第四步:git push origin feature/2.1.0-customer

注:第三步操作是可能会出现冲突,解决冲突,再次提交即可。

git 解决冲突

git rebase --continue | --skip | --abort still do not work: Git ReBase-继续-跳过-中止仍然不工作:

猜你喜欢

转载自www.cnblogs.com/blange/p/9756990.html