Last active
December 16, 2017 14:09
-
-
Save jeremytwfortune/fe850de4eb384b2c78812bf2c0b97e64 to your computer and use it in GitHub Desktop.
Windows git configuration
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 = Jeremy Fortune | |
email = [email protected] | |
signingkey = 35E40FA7 | |
[http] | |
sslcainfo = C:\\Program Files\\Git\\mingw64\\ssl\\certs\\ca-bundle.crt | |
[core] | |
autocrlf = true | |
editor = vim | |
[alias] | |
compare-log = log --oneline --left-right --name-only --no-merges | |
author-log = log --pretty=format:\"%C(yellow)%h %C(black)%G? %<(12,trunc)%C(cyan)%an %<(12,trunc)%C(green)%ar%>(1)%C(auto)%d%Creset%s\" --no-merges | |
vsclean = clean -xdf -e packages -e .vs -e node_modules | |
[push] | |
default = simple | |
[credential] | |
helper = store | |
[commit] | |
gpgsign = true | |
[hub] | |
protocol = https | |
[gpg] | |
program = C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment