changing some git defaults
This commit is contained in:
parent
be38825a09
commit
b45c4aa87b
1 changed files with 4 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
whitespace = red reverse
|
||||
[core]
|
||||
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
||||
pager = delta
|
||||
#pager = delta
|
||||
[alias]
|
||||
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
|
||||
[push]
|
||||
|
@ -39,9 +39,11 @@
|
|||
minus-color = "#340001"
|
||||
syntax-theme = Monokai Extended
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
#diffFilter = delta --color-only
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[gpg]
|
||||
program = /opt/homebrew/bin/gpg
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
|
Loading…
Reference in a new issue