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

https://github.com/andresgranerosala/automatic-github-token

Linux script to not write your token in every push or pull
https://github.com/andresgranerosala/automatic-github-token

github github-config github-token

Last synced: 5 months ago
JSON representation

Linux script to not write your token in every push or pull

Awesome Lists containing this project

README

          

If your organization has blocked ssh (port 22) and you don't have super user permissions to install github, you will probably have to enter your token every time you want to push or pull github.
This script adds your token, your user and your repository to the origin so that it only has to be added once.
It is still in testing this is a simple single user version.