dots/configs/git/config
2025-09-01 12:17:39 -04:00

16 lines
254 B
Text

[user]
name = aleidk
email = ale.navarro.parra@gmail.com
[pull]
rebase = true
[init]
defaultBranch = main
[includeIf "gitdir:~/Repos/Work/"]
path = ~/.config/git/config-work
[merge]
autoStash = true
edit = no
ff = no
[rebase]
autoStash = true