1
1
Fork 0
dotfiles/.gitconfig

13 lines
191 B
INI

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