From a22a9ab70501b62a2df997f7d5040620fcad5ad7 Mon Sep 17 00:00:00 2001 From: DeerajTheepshi Date: Sat, 13 Oct 2018 08:12:22 +0530 Subject: [PATCH] Updated Readme.md for the addition of new script --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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. + +