-
-
Notifications
You must be signed in to change notification settings - Fork 969
Clone project without project main folder. #1083
Copy link
Copy link
Closed
Labels
Description
-- Hi,
-- how can i clone only files and directories? When i clone, it downloading in a folder named by project name.
/path/to/xxxxx
# Example usage
import git
git.Git(WEBDIR + domain.name + '/www').clone("https://github.com/uuu/xxxxx.git")
-- I was doing it by adding dot (.) when cloning with terminal
git clone https://github.com/uuu/xxxxx.git .
/path/to
Thank you
Reactions are currently unavailable