Created
March 2, 2021 08:37
-
-
Save manuel-rubio/b68a875d05e79a1637dca06caededba6 to your computer and use it in GitHub Desktop.
Configuration for Git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 = [email protected] | |
[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