Skip to content

Instantly share code, notes, and snippets.

@Riverfount
Created January 31, 2024 12:56
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 Riverfount/8bd9279ed6e84e0f9d8cac3cd5571a56 to your computer and use it in GitHub Desktop.
Save Riverfount/8bd9279ed6e84e0f9d8cac3cd5571a56 to your computer and use it in GitHub Desktop.
[user]
name = Vicente Marçal
email = vicente.marcal@gmail.com
[init]
defaultBranch = main
[core]
excludesfile = ~/.gitignore_global
editor = vim
autocrlf = input
pager = delta
[alias]
hist = "log --decorate --graph --pretty=oneline --abbrev-commit --all"
[pull]
rebase = true
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
light = false
line-numbers = true
side-by-side = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment