feat(git): add config

This commit is contained in:
2025-11-07 18:51:03 -05:00
parent 932a969e97
commit d9c5dcbea4
2 changed files with 77 additions and 0 deletions

14
dot_gitconfig Normal file
View File

@@ -0,0 +1,14 @@
[user]
name = Christian Colglazier
email = christian@cacolglazier.com
[core]
editor = emacs
excludesFile = ~/.gitignore
[rerere]
enabled = true
[column]
ui = auto
[branch]
sort = -committerdate
[push]
autoSetupRemote = true