mine-hyprdots/gitconfig/.gitconfig
2025-06-10 00:40:16 -04:00

32 lines
584 B
INI

[user]
name = tiff
email = tiff@tifflabs.org
[core]
editor = nvim
excludesfile = ~/.gitignore
autocrlf = input
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[init]
defaultBranch = main
[web]
browser = vivaldi
[credential]
helper = osxkeychain
[push]
default = simple
[merge]
tool = kdiff3
[difftool]
prompt = false
[alias]
d = diff
dc = diff --cached
l = log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit
[pull]
rebase = false
[rerere]
enabled = true