Created
November 10, 2015 12:01
-
-
Save monochromer/665034a3f529b5f7edd8 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 = user | |
email = [email protected] | |
[http] | |
proxy = http://127.0.0.1:8080 | |
[https] | |
proxy = https://127.0.0.1:8080 | |
[filter "hawser"] | |
clean = git hawser clean %f | |
smudge = git hawser smudge %f | |
required = true | |
[filter "lfs"] | |
clean = git-lfs clean %f | |
smudge = git-lfs smudge %f | |
required = true | |
[core] | |
autocrlf = true | |
safecrlf = warn | |
editor = 'D:/path/Sublime Text/sublime_text.exe' -w | |
excludesfile = C:\\Users\\user\\Documents\\gitignore_global.txt | |
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
br = branch | |
type = cat-file -t | |
dump = cat-file -p | |
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment