nation-system/net/commit

12 lines
750 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

初次提交框架代码
1.父工程pom添加、提交、推送
2.所有子项目的src和pom添加、提交、推送[(.gitignore也可以提交) (后台部分.idea、target、.iml不提交)
(前台部分.idea、node_modules、package-lock.json不提交)]
以上部分统称git提交操作
二开项目提交
1.只选择已修改的部分文件进行git提交操作
2.代码冲突 进行代码合并 出现问题需讨论冲突问题,有争议的部分不上传,只上传没有问题的代码
在需要选择合并代码的时候 窗口出现三个页面左边自己的历史的代码中间是当前代码右边是git代码选择右边或运行正确的代码
优先选择正确代码如果错误选择git代码并提前隐藏