dotfiles/.gitconfig

14 lines
198 B
INI
Raw Normal View History

2024-07-30 15:40:26 +03:00
[core]
editor = code --wait
2023-12-25 01:14:31 +03:00
[user]
name = Spirit
2024-07-29 06:11:22 +03:00
email = spirit@programmer.net
2023-12-25 01:14:31 +03:00
[init]
defaultBranch = main
[pull]
rebase = false
[credential]
helper = store
[github]
2024-07-29 06:11:22 +03:00
user = spirit-x64