A simple tool to make Git less tiresome!
- Python 3.x
- Step1: Clone the repository
$ git clone https://github.com/gowtham758550/Git-Manager.git
- Step2: Execute setup file by
$ python3 setup.py
- Step3: Now you can use this tool by just typing
qgit
in the terminal.
- Step4: Now select tha appropriate option from terminal.
With this program you can
- Clone repository with repo url.
- List all the repo's you cloned.
- Delete the repo you want.
- Update the available repo's.
- Scan for cloned repo's available in your storage.
- Pull request and issues are always welcome here if you got any bugs in this program.