dotfiles/.config/git/config

12 lines
187 B
Plaintext
Raw Normal View History

2022-10-21 06:15:28 -04:00
[init]
defaultbranch = main
[user]
email = hok7zv@tutanota.com
name = hok7z
[core]
editor = nvim
pager = less
2023-01-04 07:12:55 -05:00
excludesfile = .gitignore
[diff]
noprefix = true