-
-
Save galfert/171278 to your computer and use it in GitHub Desktop.
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
[user] | |
name = Scott Chacon | |
email = [email protected] | |
[alias] | |
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git | |
unstage = reset HEAD | |
lol = log --pretty=oneline --abbrev-commit --graph --decorate | |
branches = !git-branches | |
st = status | |
[gui] | |
fontui = -family \"Lucida Sans\" -size 13 -weight normal -slant roman -underline 0 -overstrike 0 | |
fontdiff = -family Monaco -size 12 -weight normal -slant roman -underline 0 -overstrike 0 | |
[imap] | |
folder = "[Gmail]/Drafts" | |
host = imaps://imap.gmail.com | |
user = [email protected] | |
port = 993 | |
sslverify = false | |
[color] | |
ui = true | |
[help] | |
autocorrect = 1 | |
[filter "media"] | |
clean = "/Users/schacon/projects/git-media/bin/git-media filter-clean" | |
smudge = "/Users/schacon/projects/git-media/bin/git-media filter-smudge" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment