Stash changes and pull rebase to update. Fix #103

This commit is contained in:
Jorge Bucaran 2016-02-23 14:47:28 +09:00 committed by Jorge Bucaran
parent a2739e93fa
commit 11db4c2e05

View file

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