Can I specify the folder name of a cloned repository on Github for Windows?
Hi there~ I'm using Github for Windows and am trying to change the name that is automatically generated by Github.
Right now if I clone a repo called program-utilities
it will automatically create a folder where I tell it to named /program-utilities/
. This is normally okay except in the case of an SFTP server I have mapped to a local drive.
I'd like program-utilities
to be written right to /httpdocs/
so I can git pull
changes on the server and have them go live without having to sort out what files have been changed.
What happens now is I get /httpdocs/program-utilities/
which isn't quite right. Or I can have /program-utilities/
sitting next to /httpdocs/
but I can't just clone right into /httpdocs/
.
Is there a way to do this using the Github for Windows
program?
上一篇: 更改本地计算机上的git存储库的名称