Browse Source

Abort any merge

Bob Mottram 8 years ago
parent
commit
17501e8acc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-utils-git

+ 1
- 0
src/freedombone-utils-git View File

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