Clone project without project main folder. #1168
Answered
by
Byron
hakanoktay
asked this question in
Q&A
|
-- Hi, -- I was doing it by adding dot (.) when cloning with terminal Thank you |
Answered by
Byron
Nov 13, 2020
Replies: 1 comment
|
I believe this invocation sets the working dir, but doesn't provide the actual Maybe try something along the lines of Lastly, you can see what GitPython actually executes by using the flags described in the docs. Even though I am closing this question, please feel free to keep adding follow ups as comments. |
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this invocation sets the working dir, but doesn't provide the actual
./path/to.Maybe try something along the lines of
git.Git(WEBDIR + domain.name + '/www').clone("https://github.com/uuu/xxxxx.git", "./path/to").Lastly, you can see what GitPython actually executes by using the flags described in the docs.
Even though I am closing this question, please feel free to keep adding follow ups as comments.