Skip to content

Instantly share code, notes, and snippets.

@Melonangie
Created February 10, 2025 18:22
Show Gist options
  • Save Melonangie/803a3867a67f9dadd637b343a3ea8d54 to your computer and use it in GitHub Desktop.
Save Melonangie/803a3867a67f9dadd637b343a3ea8d54 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Maria Rabelero
email = [email protected]
[core]
editor = vim
pager = diff-so-fancy | less --tabs=4 -RF
[alias]
co = checkout
br = branch
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[interactive]
diffFilter = diff-so-fancy --patch
[color]
ui = true
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = 11
frag = magenta bold
func = 146 bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment