Skip to content

Instantly share code, notes, and snippets.

@sahilsk
Last active January 5, 2024 07:08
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sahilsk/ce21c39a6c2dbc2cd984 to your computer and use it in GitHub Desktop.
Save sahilsk/ce21c39a6c2dbc2cd984 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 Raw
machine github.com
login technoweenie
password SECRET
machine api.github.com
login technoweenie
password SECRET
machine github.com
login <put-your-application-token-here>
password x-oauth-basic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment