瀏覽代碼

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