Skip to content

Instantly share code, notes, and snippets.

@jspiro
Created January 30, 2013 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jspiro/4669427 to your computer and use it in GitHub Desktop.
Save jspiro/4669427 to your computer and use it in GitHub Desktop.
gitconfig for cmdline gist using keychain stored password
[github]
user = jspiro
password = !security find-internet-password -gs github.com -w | tr -d '\n'
[gist]
private = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment