update gitconfig to use personal email for specific paths

This commit is contained in:
2026-06-01 11:58:06 -04:00
parent 369966726d
commit 6616efec54
2 changed files with 6 additions and 4 deletions

View File

@@ -4,10 +4,10 @@
signingkey = /home/jacob/.ssh/id_ed25519.pub
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[user]
name = Jacob Bohanon
email = jacobbohanon@gmail.com
signingkey = /home/jacob/.ssh/id_ed25519.pub
[includeIf "gitdir:~/src/git.nonahob.net/"]
path = ~/.gitconfig-personal
[includeIf "gitdir:~/.dotfiles/"]
path = ~/.gitconfig-personal
[url "ssh://git@192.168.10.50:30009/"]
insteadOf = https://git.nonahob.net/
[tag]

2
.gitconfig-personal Normal file
View File

@@ -0,0 +1,2 @@
[user]
email = jacobbohanon@gmail.com