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
- Host: GitHub
- URL: https://github.com/andresgranerosala/automatic-github-token
- Owner: AndresGraneroSala
- Created: 2024-12-13T14:14:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T14:27:46.000Z (over 1 year ago)
- Last Synced: 2024-12-27T08:15:10.995Z (about 1 year ago)
- Topics: github, github-config, github-token
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.