Resetting/rerooting Gitlab Repo?

I set up a git repo for my WordPress site. So far so good.

However, I created the repo at the theme level. In other words, much too deep. I want the repo to cover everything from the website root directory and down.

So cover the parent directory of the current directory and the parent of that directory in the repo?

The directory in the repo now is around 6 deep from the apache website root folder. I want the repo to cover everything 3 deep and down.

Can this be done?

Hi @dbee01
just move the .git folder where you need root of the repo.
Of course you need to run git add -A . for git to track all files and commit.