https://github.com/grahammitchell/literate-disco
git push using a personal access token (for scripting)
https://github.com/grahammitchell/literate-disco
Last synced: 4 months ago
JSON representation
git push using a personal access token (for scripting)
- Host: GitHub
- URL: https://github.com/grahammitchell/literate-disco
- Owner: grahammitchell
- Created: 2019-11-20T18:03:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T23:18:47.000Z (over 5 years ago)
- Last Synced: 2025-04-09T14:06:26.625Z (about 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# literate-disco
Trying to figure out how to `git push` using an http remote and a personal access token.
```
git remote add origin https://$TOKEN@github.com/grahammitchell/literate-disco.git
git push -u origin master
```
It works!