1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-01-11 14:47:23 +00:00

Fish: update fuckgit

This commit is contained in:
Phantop 2020-07-20 14:50:37 -04:00
parent 228099ac19
commit dec4f17113

View file

@ -1,4 +1,6 @@
# Defined in /tmp/fish.UMey6t/fuckgit.fish @ line 2
function fuckgit
git reset --hard
git clean -fdx
git reset --hard
git clean -fdx
git gc --aggressive --prune=now
end