Update git config
This commit is contained in:
parent
a25100bd8d
commit
fa2669b0c9
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
graph = log --graph --color --abbrev-commit --pretty=format:"%C(yellow)%h%C(green)%d%C(reset)%n%cd%n%cn%C(blue)%x20(%ce)%x20%C(cyan)[gpg:%GK%x20%G?]%C(reset)%n%B%n"
|
||||
|
||||
[commit]
|
||||
gpgsign = false
|
||||
gpgSign = false
|
||||
|
||||
[diff]
|
||||
colormoved = default
|
||||
|
@ -19,7 +19,8 @@
|
|||
rebase = true
|
||||
|
||||
[rebase]
|
||||
autosquash = true
|
||||
autoSquash = true
|
||||
autoStash = true
|
||||
|
||||
[user]
|
||||
name = Casper V. Kristensen
|
||||
|
|
Reference in a new issue