mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update gitconfig
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
signingkey = contact@jimeh.me
|
signingkey = contact@jimeh.me
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
hooksPath = ~/.git-hooks
|
hooksPath = ~/.githooks
|
||||||
[color]
|
[color]
|
||||||
status = auto
|
status = auto
|
||||||
branch = auto
|
branch = auto
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
[apply]
|
[apply]
|
||||||
whitespace = nowarn
|
whitespace = nowarn
|
||||||
[push]
|
[push]
|
||||||
default = upstream
|
default = simple
|
||||||
[alias]
|
[alias]
|
||||||
a = add
|
a = add
|
||||||
ai = add -i
|
ai = add -i
|
||||||
|
|||||||
Reference in New Issue
Block a user