Ok so this is the structure of my folder I want to git add .
and then git push
to a repo on GitHub:
projects
|_Project1
|_Project2
|_Project3
|_Project4
|_Project5
The problem is that I am having this error:
error: 'Project1/' does not have a commit checked out
fatal: adding files failed
I created this projects through cargo new Projectx
I suspect is something related that every folder have their own .git
file, what is the best way to handle this goal?