git: only allow fast-forward merges
This commit is contained in:
parent
574d3e58d3
commit
a7f4525fdf
1 changed files with 8 additions and 4 deletions
12
git/config
12
git/config
|
|
@ -3,8 +3,16 @@
|
|||
email = jdkaplan@metagram.net
|
||||
[color]
|
||||
ui = true
|
||||
[diff]
|
||||
wsErrorHighlight = all
|
||||
[merge]
|
||||
conflictStyle = diff3
|
||||
ff = only
|
||||
[pull]
|
||||
ff = only
|
||||
[push]
|
||||
default = simple
|
||||
|
||||
[alias]
|
||||
ap = add -p
|
||||
b = branch
|
||||
|
|
@ -33,7 +41,3 @@
|
|||
|
||||
[includeIf "gitdir:~/projects/"]
|
||||
path = config-personal
|
||||
[merge]
|
||||
conflictStyle = diff3
|
||||
[diff]
|
||||
wsErrorHighlight = all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue