1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

git: Use fast-forward-only merge by default

Merge commits are nasty, so make sure they're only created explicitly
and never by default.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2021-11-23 11:16:08 +00:00
parent d771bf0448
commit 898190a99f
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -19,6 +19,8 @@
[pull]
rebase = true
prune = true
[merge]
ff = only
[rebase]
autoStash = true
[log]