add the existing code
git status
git add *
git status
git commit -am "adding code from monitoring and scaling changes"
create a new repo atharva-dental-assistant and add it as a new remote
git remote add mine https://github.com/xxxxxx/atharva-dental-assistant.git
git push -u mine main
Create relevant dirs
mkdir k8s/70-gitops
mkdir k8s/70-gitops/projects
mkdir k8s/70-gitops/apps