dotfiles/dot_gitconfig

18 lines
341 B
Plaintext
Raw Normal View History

2024-06-04 17:25:06 +02:00
# ~/.gitconfig
[includeIf "gitdir:~/work/"]
path = .gitconfig-work
[includeIf "gitdir:~/private/"]
path = .gitconfig-private
# Special Cases
2024-06-04 17:26:00 +02:00
[includeIf "gitdir:/Users/beisel/.local/share/chezmoi/"]
2024-06-04 17:25:06 +02:00
path = .gitconfig-private
# Fallthrough
[user]
email = florian.beisel@intersport.de
name = Florian Beisel
[gpg]
format = ssh