twfb / GitClone

Git clone by downloading zip and decompressing it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-clone

Git clone by downloading zip and decompressing it

Installation

python version need > 2.7.9

$ pip install git-clone

How to use in terminal

git-clone https://github.com/dhgdhg/git-clone.git
git-clone https://github.com/dhgdhg/git-clone.git E:/
git-clone https://github.com/dhgdhg/git-clone.git E:/ master

How to use in py file

from git_clone import git_clone
git_clone('https://github.com/dhgdhg/git-clone.git')
git_clone('https://github.com/dhgdhg/git-clone/', 'E:/')
git_clone('https://github.com/dhgdhg/git-clone', 'E:/', 'master')

About

Git clone by downloading zip and decompressing it


Languages

Language:Python 100.0%