Created
February 14, 2018 08:59
-
-
Save robert-krasinski/c677a470a11050355617ca1f0822a37b to your computer and use it in GitHub Desktop.
Set up .netrc file with Jira credentials - save it in ~/.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 kainos-evolve.atlassian.net | |
login yourLogin | |
password yourPassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment