zoukankan      html  css  js  c++  java
  • CONFLICT (modify delete)冲突修复

     Demo git:(test) git merge feature
    CONFLICT (modify/delete): path/to/path/config.inc.php deleted in HEAD and modified in feature. Version feature of path/to/path/config.inc.php left in tree.
    CONFLICT (modify/delete): path/to/path/config_unter.php deleted in HEAD and modified in feature. Version feature of path/to/path/config_unter.php left in tree.
    CONFLICT (modify/delete): path/to/path/global.php deleted in HEAD and modified in feature. Version feature of path/to/path/global.php left in tree.
    Automatic merge failed; fix conflicts and then commit the result.
    ➜  Demo git:(test) ✗
    ➜  Demo git:(test) ✗ git status
    On branch test
    Your branch is up-to-date with 'origin/test'.
    You have unmerged paths.
      (fix conflicts and run "git commit")
      (use "git merge --abort" to abort the merge)
    
    Changes to be committed:
    
    	modified:   path/to/path/global.php
    	modified:   path/to/path/config_unter.php
    	renamed:    9a23d27a315a22b482f10c06603ef228.php -> e420ed96a8d7493775ae8cfcbbc8f774.php
    	modified:   path/to/path/global.php
    
    Unmerged paths:
      (use "git add/rm <file>..." as appropriate to mark resolution)
    
    	deleted by us:   path/to/path/global.php
    	deleted by us:   path/to/path/config_unter.php
    	deleted by us:   path/to/path/global.php 
    
  • 相关阅读:
    微信开发 提示 Redirect_uri(错误10003)
    Windows激活
    百度区块链的数字宠物狗——莱茨狗
    导出数据之CSV[PHP]
    Mongo安装与使用
    开发神器之phpstorm破解与日常使用
    php常用方法
    开发工具之Sublime编辑器
    文件搜索神器之everything
    docker之基本命令(1)
  • 原文地址:https://www.cnblogs.com/ZhangRuoXu/p/6706510.html
Copyright © 2011-2022 走看看