config/git/.gitconfig

14 lines
216 B
INI
Raw Normal View History

2020-05-02 22:48:06 +00:00
[user]
name = Nicholas Tietz-Sokolsky
email = me@ntietz.com
[push]
default = simple
[core]
excludesfile = /home/nicholas/.gitignore_global
editor = nvim
[alias]
praise = blame
2020-08-03 17:07:22 +00:00
[pull]
rebase = false
ff = only