Ver código fonte

Abort any merge

Bob Mottram 8 anos atrás
pai
commit
17501e8acc
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/freedombone-utils-git

+ 1
- 0
src/freedombone-utils-git Ver arquivo

@@ -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