An open API service indexing awesome lists of open source software.

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)

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!