When rebasing
git rebase upstream/develop
git cut conflict files ... not all but always at the end of rebasing
Please help me to solve this
for example here is enouther cutted code:
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;
<<<<<<<