Skip to content

Instantly share code, notes, and snippets.

@manuel-rubio
Created March 2, 2021 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuel-rubio/b68a875d05e79a1637dca06caededba6 to your computer and use it in GitHub Desktop.
Save manuel-rubio/b68a875d05e79a1637dca06caededba6 to your computer and use it in GitHub Desktop.
Configuration for Git
[core]
# delta requires installation (delta & bat)
pager = delta
[delta]
plus-color = "#012800"
minus-color = "#340001"
# syntax-theme = gruvbox-light
syntax-theme = gruvbox
[interactive]
# delta requires installation (delta & bat)
diffFilter = delta --color-only
[pull]
rebase = true
# [user]
# name = Manuel Rubio
# email = manuel@altenwald.com
[alias]
lol = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
lola = lol --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment