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:
parent
d771bf0448
commit
898190a99f
@ -19,6 +19,8 @@
|
|||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
prune = true
|
prune = true
|
||||||
|
[merge]
|
||||||
|
ff = only
|
||||||
[rebase]
|
[rebase]
|
||||||
autoStash = true
|
autoStash = true
|
||||||
[log]
|
[log]
|
||||||
|
Loading…
Reference in New Issue
Block a user