Explorar el Código

Abort any merge

Bob Mottram hace 8 años
padre
commit
17501e8acc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/freedombone-utils-git

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

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