mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
refactor: use home dir
This commit is contained in:
14
home/dot_gitconfig
Normal file
14
home/dot_gitconfig
Normal 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
|
||||
Reference in New Issue
Block a user