mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-05 12:00:17 +00:00
Ignore git stash standard error.
This commit is contained in:
parent
d931e64112
commit
4cfa9dffc0
@ -2,9 +2,9 @@ function __fisher_path_update -a path
|
||||
pushd $path
|
||||
|
||||
git checkout master --quiet
|
||||
git stash --quiet
|
||||
git stash --quiet ^ /dev/null
|
||||
git pull --rebase origin master --quiet
|
||||
git stash apply --quiet
|
||||
git stash apply --quiet ^ /dev/null
|
||||
|
||||
popd
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user