https://github.com/nuzair46/gitool
A script to easily push and pull github repo's without having to input access tokens all the time.
https://github.com/nuzair46/gitool
2fa git gitlogin
Last synced: about 2 months ago
JSON representation
A script to easily push and pull github repo's without having to input access tokens all the time.
- Host: GitHub
- URL: https://github.com/nuzair46/gitool
- Owner: Nuzair46
- License: mit
- Created: 2021-08-17T06:25:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T10:06:54.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T23:42:54.711Z (over 1 year ago)
- Topics: 2fa, git, gitlogin
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitool
A script to easily push and pull github repo's without having to input access tokens all the time.
### Installation
> 1. Run: `chmod +x install.sh`
> `./install.sh`
> 2. Add `export PATH="$HOME/bin/gitool:$PATH"` to ~/.zshrc or ~/.bashrc
> 3. Restart terminal.
### To Run
* Initial Setup:
* Run: `gitool adduser [username] [your_personal_access_token]`
* Push:
* `gitool push [username]`
* Pull:
* `gitool pull [username]`
# Important Note:
* Currently there is no encryption in this script, So be careful of people using your system.