Created
December 10, 2012 00:46
-
-
Save tpope/4247721 to your computer and use it in GitHub Desktop.
Sample netrc
This file contains 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
machine api.heroku.com | |
login [email protected] | |
password 01230123012301230123012301230123 | |
machine api.github.com password something login somebody | |
machine ftp.server login abc password def account ghi macdef somemacro | |
cd somehwhere | |
continues until end of paragraph | |
default login anonymous password [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment