Skip to content

Instantly share code, notes, and snippets.

@henrahmagix
Created January 17, 2013 17:52
Show Gist options
  • Save henrahmagix/4557974 to your computer and use it in GitHub Desktop.
Save henrahmagix/4557974 to your computer and use it in GitHub Desktop.
Securely set GitHub password in ~/.gitconfig
[github]
user = USER
password = !security find-generic-password -gs github.password -w | tr -d '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment