8000 GitHub - twfb/GitClone: Git clone by downloading zip and decompressing it
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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')
< 4EB0 /div>

About

Git clone by downloading zip and decompressing it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0