Files
dotfiles/git/.config/git/config
vx-clutch 245c3a5887 save
2025-08-11 08:25:33 -04:00

22 lines
452 B
Plaintext

[init]
defaultBranch = master
[push]
default = current
[color]
ui = auto
[alias]
branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
[merge]
ff = only
[fetch]
prune = true
[rebase]
autosquash = true
[diff]
colorMoved = zebra
[user]
email = owestness@gmail.com
name = vx-clutch
[credential]
helper = store