Skip to content

Instantly share code, notes, and snippets.

@MasWag
Last active December 10, 2015 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MasWag/4451236 to your computer and use it in GitHub Desktop.
Save MasWag/4451236 to your computer and use it in GitHub Desktop.
added credential helper
[user]
name = foo bar
email = foo@bar.com
[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