X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/4953e2a8b515ff9c594cc5b5a9c5fc72ad954495..2de801241149fcc7b46feef3d63f3f0278781464:/.gitconfig diff --git a/.gitconfig b/.gitconfig index 7321450..694d7bb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -33,4 +33,5 @@ pushf = push --force-with-lease cherry-pick = cherry-pick -x branches-to-kill = !git branch --merged origin/master|grep -v master|xargs -n1 echo git branch -d - mergediff = !git checkout --quiet --detach HEAD && git merge --no-edit origin/master && git diff -C10 -M10 origin/master && git checkout --quiet - \ No newline at end of file + mergediff = !git checkout --quiet --detach HEAD && git merge --no-edit origin/master && git diff -C10 -M10 origin/master && git checkout --quiet - + expire-prune = !git reflog expire --expire=now --all && git gc --prune=now \ No newline at end of file