Add autosquash to gitconfig.

This commit is contained in:
Sebastian Bugge 2025-04-03 16:59:53 +02:00
parent 199b808e76
commit 9958d1ab3e
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -8,6 +8,7 @@
rebase = true
[rebase]
autoStash = true
autoSquash = true
[alias]
publish = !git pull && git push
[push]