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