11
.config/git/git.noahknegt.com.gitconfig
Normal file
11
.config/git/git.noahknegt.com.gitconfig
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[user]
|
||||||
|
name = Noah Knegt
|
||||||
|
email = git@noahknegt.com
|
||||||
|
singingkey = /home/noahk/.ssh/id_ed25519.pub
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
[commit]
|
||||||
|
gpgSign = true
|
||||||
|
[tag]
|
||||||
|
gpgSign = true
|
||||||
|
|
0
.config/git/work.gitconfig
Normal file
0
.config/git/work.gitconfig
Normal file
19
.gitconfig
Normal file
19
.gitconfig
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[user]
|
||||||
|
name = Noah Knegt
|
||||||
|
email = personal@noahknegt.com
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
[format]
|
||||||
|
signOff = true
|
||||||
|
prune = true
|
||||||
|
[core]
|
||||||
|
editor = nvim
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
|
||||||
|
[IncludeIf "gitdir:~/Documents/work/"]
|
||||||
|
path = ~/.config/git/work.gitconfig
|
||||||
|
|
||||||
|
[IncludeIf "gitdir:~/Documents/git.noahknegt.com/"]
|
||||||
|
path = ~/.config/git/git.noahknegt.com.gitconfig
|
||||||
|
|
Reference in New Issue
Block a user