A git utility script to use basic git functionality without using any commands.
Open Terminal
Traverse to the script location
Run the script as:
python3 noogit.py
Here is a list of all the commands Noogit can carry out.
- Initialize repository here
- Get a repository
- Check Status
- Update branch
- Add a remote
- Remove a remote
- Upstream a branch
- Change to a new branch
- Delete a branch
- Upload changes to remote branch