Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save aliykhoshimov/a65b110acb58f21bcc829a8f9a445094 to your computer and use it in GitHub Desktop.

Select an option

Save aliykhoshimov/a65b110acb58f21bcc829a8f9a445094 to your computer and use it in GitHub Desktop.
.netrc file so you can push/pull to https git repos without entering your creds all the time
machine github.com
login technoweenie
password SECRET
machine api.github.com
login technoweenie
password SECRET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment