Git使用--提交遇冲突

  1. git pull拉取最新代码
  2. git status查看当前状态
  3. git add Xxxx.java
  4. git status(养成随时查看状态的习惯)
  5. git commit -m “feat: 补充历史版本接口文档”
  6. git pull --------->提示:合并失败----->需要我们手动解决冲突
  7. git status(查看状态)
  8. git add Xxxx.java
  9. git status
    10.git commit -m “fix: 解决冲突”
    11.git pull------>提示:Already up to date
    12.git push
    13.git status
上一篇:git pull 冲突


下一篇:Cloud Native Weekly|2019欧洲KubeCon成功闭幕