1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Automatically prune old branches.

This commit is contained in:
2020-10-19 15:51:29 +02:00
parent bb23898ce7
commit a4907789a8

View File

@@ -38,5 +38,8 @@
[alias]
cp = cherry-pick
autosquash = rebase -i --autosquash
pushf = push --force-with-lease
[rebase]
autosquash = true
[fetch]
prune = true