# git-clone **Repository Path**: twfb/git-clone ## Basic Information - **Project Name**: git-clone - **Description**: Git clone by downloading zip and decompressing it - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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') ```