DEV Community

Discussion on: Plz Help, 2 Repos inside each other to upload on Github

Collapse
 
hemant profile image
Hemant Joshi • Edited

Open your client and server and delete the .git folder from both.

Go to your main folder with client and server.

Simply hit
Git init
Git add . && Git commit -m "Hii your issue is resolved"

git remote add origin 🙂

Git push🦄

Thank you🙂