慕虎7161837
2021-01-03 17:34
git拉取提交代码前不能像svn一样对比代码,那么怎么避免代码冲突呢?
git stash git pull --rebase git stash pop # 解决冲突 git add conflict_files git commit -m "Today is a good day." git push origin master
开发工具IDEA从入门到爱不释手
33701 学习 · 33 问题
相似问题
回答 1
回答 2