update .config/git/config (.gitconfig)
This commit is contained in:
parent
65a600e561
commit
6acffcf6d8
@ -22,12 +22,14 @@
|
|||||||
[core]
|
[core]
|
||||||
quotePath = false
|
quotePath = false
|
||||||
commitGraph = true
|
commitGraph = true
|
||||||
|
pager = less -MR --quit-if-one-screen --underline-special
|
||||||
[receive]
|
[receive]
|
||||||
advertisePushOptions = true
|
advertisePushOptions = true
|
||||||
[push]
|
[push]
|
||||||
gpgSign = if-asked
|
gpgSign = if-asked
|
||||||
[gc]
|
[gc]
|
||||||
writeCommitGraph = true
|
writeCommitGraph = true
|
||||||
|
auto = 256
|
||||||
[alias]
|
[alias]
|
||||||
fuckit = reset --hard
|
fuckit = reset --hard
|
||||||
[init]
|
[init]
|
||||||
|
Loading…
Reference in New Issue
Block a user