fig git config
This commit is contained in:
10
.gitconfig
10
.gitconfig
@@ -1,12 +1,14 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Quinn
|
name = Quinn
|
||||||
email = quinnthepigeon@gmail.com
|
email = quinnthepigeon@proton.me
|
||||||
signingkey = .ssh/github.pub
|
signingkey = 47378BDBE5E29830
|
||||||
[gpg]
|
[commit]
|
||||||
format = ssh
|
gpgSign = true
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
pager = nvim -dR
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
pager = no
|
||||||
|
|||||||
Reference in New Issue
Block a user