Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.94 KB

README.md

File metadata and controls

68 lines (47 loc) · 1.94 KB

Git-Manager


A simple tool to make Git less tiresome!

Requirements

  • Python 3.x

Installation

  • 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.

How it works?

With this program you can

Clone

  • Clone repository with repo url.

List

  • List all the repo's you cloned.

Delete

  • Delete the repo you want.

Update

  • Update the available repo's.

Scan

  • Scan for cloned repo's available in your storage.

welcome

  • Pull request and issues are always welcome here if you got any bugs in this program.

Contributors