Files
dotfiles/.gitconfig
2021-09-08 12:14:03 -04:00

13 lines
197 B
INI

[user]
email = kenwood364@gmail.com
name = KenwoodFox
[alias]
add-commit = !git add -A && git commit
[credential]
helper = store
[global]
[push]
default = current
[init]
defaultBranch = main