mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Merge pull request #167 from jethrokuan/master
Clear ignored files on cleanup
This commit is contained in:
commit
d4c8e2789f
@ -5,7 +5,7 @@ function __fisher_path_update -a path
|
||||
git rebase --abort
|
||||
git fetch --quiet origin master
|
||||
git reset --quiet --hard FETCH_HEAD
|
||||
git clean --quiet -d --force
|
||||
git clean --quiet -dx --force
|
||||
end ^ /dev/null
|
||||
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user