diff --git a/git/.config/git/config b/git/.config/git/config index 879c7de..d12686f 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -38,5 +38,8 @@ [alias] cp = cherry-pick autosquash = rebase -i --autosquash + pushf = push --force-with-lease [rebase] autosquash = true +[fetch] + prune = true