Specify git config on a per-user basis.

This commit is contained in:
Tom Alexander
2022-10-27 00:22:06 -04:00
parent b69934072f
commit 6e4fffbe9d
4 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
bh = log --oneline --branches=* --remotes=* --graph --decorate
[core]
excludesfile = /home/talexander/.gitignore_global
excludesfile = ~/.gitignore_global
[commit]
gpgsign = true
[pull]