Last active
March 25, 2016 17:55
-
-
Save larsxschneider/405a381ecf475dd63aa3 to your computer and use it in GitHub Desktop.
Print Git HTTPS credentials stored with the credentials helper
This file contains hidden or 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
| #!/usr/bin/env bash | |
| printf "protocol=https\nhost=github.com\n\n" | git credential-$(git config credential.helper) get |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment