How can I clone git repo to root?

Hello, how can I clone github repo at root of my Glitch project using Glitch Terminal? When i use git clone, it will create file with name of the repo, but I want it at root of my project.

Delete all files of the root to make it empty using Glitch editor and run in the terminal git clone <replace-here-by-your-repo> ./.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.