2020.07.06

git使用心得总结:

1)拉代码之前最后先commit

2) 拉代码后进行合并,有冲突的话,在下方Version Control 里面点击resolve,accept theirs

3)然后Version Control有冲突的文件里面选择文件,点击右键,选择rollback

4)

https://www.jianshu.com/p/7ea712c8d01f

转载git权威指南https://blog.csdn.net/qq_27905183/article/details/78575247?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase

原文地址:https://www.cnblogs.com/hustxychen/p/13257379.html