Metadata-Version: 2.4
Name: gitx
Version: 1.0.0
Summary: A simple tool that help you speed up git clone
Author: LiuLiqiu
Author-email: liuliqiu@yunba.io
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: requires-dist
Dynamic: summary

gitx
===========

A simple tool that help you speed up git clone.

Install
~~~~~~~

Debian / Ubuntu:

::

    sudo pip install gitx

CentOS / RedHat:

::

    sudo pip install gitx
	
MAC OS:

::

    sudo pip install gitx

Usage
~~~~~

Init tool with proxy url,like:

::

    gitx proxy_set http://username:appkey@server:port

Set git exec file path,like:

::

    gitx path_set /usr/bin/git

Clone example respository:

::

    gitx clone https://github.com/jankari/example

Check gitx version:

::

    gitx --version

Test
~~~~~

Platform: Mac OS X 10.11,Ubuntu 16.04,CentOS 7
