dotfiles/dot_gitconfig

14 lines
235 B
Plaintext
Raw Normal View History

2022-02-10 18:40:12 +01:00
[commit]
[core]
editor = nvim
pager = "git diff --name-only --diff-filter=d | xargs bat --diff"
[init]
defaultBranch = main
[pull]
rebase = true
[user]
email = hyperreal@unixcat.coffee
name = Jeffrey Serio
[global]