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