DEV Community

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

Collapse
 
lennythedev profile image
Lenmor Ld • Edited

You'll probably have to remove the git repo stuff for each inner folder, so they don't conflict with the parent one

$ cd server/
$ rm rf - .git/
$ cd ../client/
$ rm rf - .git/

Then you can follow @hemantjoshi's suggestion above to put both of them in a parent repo that includes then both