Created
November 1, 2016 13:55
-
-
Save raphink/8db12c8523c732dc74ad96b9e9759632 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[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