mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-10 08:54:54 +00:00
7 lines
149 B
Fish
7 lines
149 B
Fish
# Defined in /tmp/fish.UMey6t/fuckgit.fish @ line 2
|
|
function fuckgit
|
|
git reset --hard
|
|
git clean -fdx
|
|
git gc --aggressive --prune=now
|
|
end
|