dotfiles/.gitconfig

14 lines
183 B
INI
Raw Normal View History

2022-09-20 11:16:04 -04:00
[credentials]
helper = store
[user]
2023-02-06 17:53:57 -05:00
name = John Doe
email = jdoe@example.com
2022-09-20 11:16:04 -04:00
[credential]
helper = store
[git]
rebase = false
[pull]
rebase = false
2023-02-06 17:53:57 -05:00
[init]
defaultBranch = main