Clone project without project main folder. #1168
-
-- Hi,
-- I was doing it by adding dot (.) when cloning with terminal Thank you |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.