Skip to content

Commit

Permalink
Added osxkeychain credential
Browse files Browse the repository at this point in the history
For caching https credentials
  • Loading branch information
ymendel committed Jul 1, 2012
1 parent db25ad1 commit d332ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git/gitconfig.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@
[github]
user = ymendel
password = !security 2>&1 >/dev/null find-generic-password -gs github.password | ruby -e 'print $1 if STDIN.gets =~ /^password: \\\"(.*)\\\"$/'

[credential]
helper = osxkeychain

0 comments on commit d332ea9

Please sign in to comment.