[Resolved] How to import Github Repo to main directory?

I used wget to import my github repo to my glitch project. Issue is that it imports to glitch as

/reponame/index.php

and

/reponame/directory/index.php

How do I get it to import without the repo name?

Just use the GitHub import function. It’s under Advanced Options from the top-left project info menu in the editor. That doesn’t put files in a folder of the repo name.

1 Like

I tried but some reason it wont import. Keeps giving an error.

Never mind it worked. Thank You for your help.