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
|
email = jdkaplan@metagram.net
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
|
[diff]
|
||||||
|
wsErrorHighlight = all
|
||||||
|
[merge]
|
||||||
|
conflictStyle = diff3
|
||||||
|
ff = only
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
ap = add -p
|
ap = add -p
|
||||||
b = branch
|
b = branch
|
||||||
|
|
@ -33,7 +41,3 @@
|
||||||
|
|
||||||
[includeIf "gitdir:~/projects/"]
|
[includeIf "gitdir:~/projects/"]
|
||||||
path = config-personal
|
path = config-personal
|
||||||
[merge]
|
|
||||||
conflictStyle = diff3
|
|
||||||
[diff]
|
|
||||||
wsErrorHighlight = all
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue