Stash changes and pull rebase to update. Fix #103

This commit is contained in:
Jorge Bucaran 2016-02-23 14:47:28 +09:00
parent 7e79bfce56
commit 2917ecfead

View file

@ -1,10 +1,10 @@
function __fisher_path_update -a path function __fisher_path_update -a path
pushd $path pushd $path
debug "Update repository '%s'" "$path" git checkout master --quiet
git stash --quiet
git checkout master --quiet ^ /dev/null
git pull --rebase origin master --quiet git pull --rebase origin master --quiet
git stash apply --quiet
popd popd
end end