Skip to content

Instantly share code, notes, and snippets.

@raphink
Created November 1, 2016 13:55
Show Gist options
  • Save raphink/8db12c8523c732dc74ad96b9e9759632 to your computer and use it in GitHub Desktop.
Save raphink/8db12c8523c732dc74ad96b9e9759632 to your computer and use it in GitHub Desktop.
[user]
name = Raphaël Pinson
email = [email protected]
signingkey = 74BF771E
[alias]
today = log --since=midnight --author='Raphaël Pinson' --oneline
since = !git log $(git merge-base --fork-point master)..HEAD
t = tag -s
[color]
ui = auto
[difftool "diffpdf"]
cmd = diffpdf \"$LOCAL\" \"$REMOTE\"
[commit]
gpgsign = true
[pull]
ff = only
[rebase]
autosquash = true
[diff]
compactionHeuristic = true
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
[url "[email protected]"]
insteadOf = gh:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment