Replies: 1 comment
-
If so, this means that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hoping to move all files from the
foo
folder to the current folder (.
)The raw git command looks like this:
git mv foo/* .
Using GitPython, those are the two alternatives I could attempt:
They both return the same error:
What is surprising to me is:
cmdline
looks good and actually works when running them in the terminaldestination
input is.
butstderr
shows*
Beta Was this translation helpful? Give feedback.
All reactions