Cloning repositories of user


Keywords
getgit, git, python, python3
License
GPL-3.0
Install
pip install getgit==0.1.8

Documentation

Getgit

Getgit - terminal utility that allows to clone user repositories.

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.