How can I clone my git repo into my huggingface space

I am deploying a Panel app to huggingfaces … However, the files for the app are in my git repo .

I have been successfull at dragging a folder of my git repo over to huggingface to get it to run, but I would much rather do a git clone to initially get the files from that repo followed by a git pull to update them as I update the app locally.

A final tangential question: how does one delete a folder from the Files section of a huggingface space?

You may need to set another git origin

Also:

1 Like