A script to easily push and pull github repo's without having to input access tokens all the time.
- Run:
chmod +x install.sh
./install.sh
- Add
export PATH="$HOME/bin/gitool:$PATH"
to ~/.zshrc or ~/.bashrc- Restart terminal.
-
Initial Setup:
- Run:
gitool adduser [username] [your_personal_access_token]
- Run:
-
Push:
gitool push [username]
-
Pull:
gitool pull [username]
- Currently there is no encryption in this script, So be careful of people using your system.