- 分支之间的切换、提交流程
git pull
git checkout newBranch
git add .
git commit -m "add_sth"
git push
git checkout master
git merge newBranch
git push
git pull
git checkout newBranch
git add .
git commit -m "add_sth"
git push
git checkout master
git merge newBranch
git push
1496
2050
5988

被折叠的 条评论
为什么被折叠?