gitc 0.1.0

A command line tool to help you clone git repositories with http url or even with branch.
gitc-0.1.0 is not a library.

git-c

Clone repository with git url or http url.

Usage

Supports http url:

git-c https://github.com/<group>/<project>

Run: git clone https://github.com/<group>/<project>.git

Even with branch:

git-c https://github.com/<group>/<project>/tree/<branch>

# Run: git clone https://github.com/<group>/<project>.git -b <branch>

Also supports ssh url:

git-c https://github.com/<group>/<project>.git

# Run: git clone https://github.com/<group>/<project>.git

git-c git@github.com:<group>/<project>.git

# Run: git clone git@github.com:<group>/<project>.git