This commit is contained in:
2025-05-01 20:48:15 -04:00
parent f230006a38
commit c91657b9dd
15 changed files with 103 additions and 427 deletions

16
git/.config/git/config Normal file
View File

@@ -0,0 +1,16 @@
[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