Skip to content
/ GitClone Public

Git clone by downloading zip and decompressing it

Notifications You must be signed in to change notification settings

twfb/GitClone

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages