mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Stash changes and pull rebase to update. Fix #103
This commit is contained in:
parent
7e79bfce56
commit
2917ecfead
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user