Browse Source

Updated Readme.md for the addition of new script

pull/9/head
DeerajTheepshi 6 years ago
committed by GitHub
parent
commit
a22a9ab705
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      README.md

+ 20
- 0
README.md View File

@ -175,3 +175,23 @@ This manager makes it easier to mount ssh drives using the "fusermount" command.
* 8) Exit * * 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.

Loading…
Cancel
Save