mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Bug fix: Git rebase has no --quiet option.
This commit is contained in:
parent
7e54605e88
commit
0a65c381f9
@ -11,7 +11,7 @@ function __fisher_path_update -a path
|
||||
git checkout master --quiet ^ /dev/null
|
||||
|
||||
if not git pull --quiet --rebase origin master
|
||||
git rebase --quiet --abort
|
||||
git rebase --abort > /dev/null
|
||||
git fetch --quiet origin master
|
||||
git reset --quiet --hard FETCH_HEAD
|
||||
git clean --quiet -d --force
|
||||
|
Loading…
Reference in New Issue
Block a user