Last active
December 10, 2015 14:59
-
-
Save MasWag/4451236 to your computer and use it in GitHub Desktop.
added credential helper
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 = foo bar | |
email = [email protected] | |
[color] | |
ui = auto | |
[push] | |
default = tracking | |
[http] | |
sslVerify = False | |
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
br = branch | |
d = diff | |
dc = diff --cached | |
di = diff | |
dic = diff --cached | |
[credential] | |
helper = "cache --timeout=3600" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment