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:
@@ -38,5 +38,8 @@
|
|||||||
[alias]
|
[alias]
|
||||||
cp = cherry-pick
|
cp = cherry-pick
|
||||||
autosquash = rebase -i --autosquash
|
autosquash = rebase -i --autosquash
|
||||||
|
pushf = push --force-with-lease
|
||||||
[rebase]
|
[rebase]
|
||||||
autosquash = true
|
autosquash = true
|
||||||
|
[fetch]
|
||||||
|
prune = true
|
||||||
|
|||||||
Reference in New Issue
Block a user