Skip to content

Instantly share code, notes, and snippets.

@js2me
Last active April 6, 2018 12:15
Show Gist options
  • Save js2me/4c9718e2a3d5b3cba71217c019c3beef to your computer and use it in GitHub Desktop.
Save js2me/4c9718e2a3d5b3cba71217c019c3beef to your computer and use it in GitHub Desktop.
set origin remote url with token [GIT]
git remote rm origin
git remote add origin https://<USERNAME>:<MYTOKEN>@github.com/<COMPANY/USERNAME>/<PROJECT>.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment