소스 검색

Abort any merge

Bob Mottram 8 년 전
부모
커밋
17501e8acc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-utils-git

+ 1
- 0
src/freedombone-utils-git 파일 보기

@@ -54,6 +54,7 @@ function git_pull {
54 54
         echo $'git_pull no repo specified'
55 55
     fi
56 56
 
57
+    git merge --abort
57 58
     git stash
58 59
     git remote set-url origin $1
59 60
     git checkout master