Stealing some gitconfig settings from work
This commit is contained in:
parent
9420574000
commit
81324225e9
10
gitconfig
10
gitconfig
@ -7,16 +7,23 @@
|
|||||||
|
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.git-global-ignores
|
excludesfile = ~/.git-global-ignores
|
||||||
|
editor = vim
|
||||||
|
filemode = true
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
pager = less -FRX
|
pager = less -FRX
|
||||||
|
|
||||||
|
[branch]
|
||||||
|
autosetuprebase = remote
|
||||||
|
autosetupmerge = true
|
||||||
|
mergeoptions = --no-commit --no-ff
|
||||||
|
|
||||||
[daemon]
|
[daemon]
|
||||||
uploadpack = true
|
uploadpack = true
|
||||||
uploadarch = true
|
uploadarch = true
|
||||||
receivepack = true
|
receivepack = true
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = matching
|
default = current
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
@ -77,7 +84,6 @@
|
|||||||
|
|
||||||
logv = log --name-status
|
logv = log --name-status
|
||||||
|
|
||||||
|
|
||||||
[clean]
|
[clean]
|
||||||
requireForce = false
|
requireForce = false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user