git rebase在文件末尾剪切代码

时间:2015-11-02 11:51:04

标签: git github

重新定位时

git rebase upstream/develop

git cut冲突文件...并非总是在变基的结尾处

enter image description here

请帮我解决这个问题

例如,这里是一个更密切的代码:

CONFLICT (content): Merge conflict in code/client/js/resident/controllers/faq.js



angular.module('smartnest.resident.index')

  .controller('ResidentFaqController', ['$scope', 'faqs', function($scope, faqs) {

    $scope.faqs = faqs;

<<<<<<<
&#13;
&#13;
&#13;

0 个答案:

没有答案