diff --git a/README.md b/README.md index b4f2998..71caa44 100644 --- a/README.md +++ b/README.md @@ -175,3 +175,23 @@ This manager makes it easier to mount ssh drives using the "fusermount" command. * 8) Exit * ************************************** ``` +# Git-Create +A package that can add/remove/edit remote repositories in GitHub from the terminal + +## Branches: +- Master Branch : Contains files to be downloaded. +- Installed Branch : Contains files after download and installation (ie.. the entire project). + +## Installation: +- Requires Python, Selenium , Geckodriver to be installed. +- Run the installation.sh file. +- Enter UserName and Password when prompted. +- It will setup all the required files. + +## Usage: +- Go to the directory where you want to setup your git. +- Type 'gitc.sh' in cmd, the program will start. +- Enter your desired repo name and repo description when prompted. +- The script will setup a remote repo automatically. + +