Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.01 KB

Getgit

Getgit - terminal utility that allows to clone user repositories.

Note It allows to clone only public repositories because of using web parsing.

Downloads License

Installing

Installing

First way

  1. Install Python3.
  2. Install Getgit with the following pip command from the command prompt:
pip install getgit

Second way

  1. Install Python3.
  2. Clone Getgit with git command:
  3. Go to the directory getgit:
  4. Use Python command for installing scripts below:
git clone https://github.com/kra53n/getgit.git
cd getgit
python setup.py install_scripts
Usage

Usage

Type getgit -h in command prompt for usage information.