Now, here is the format of the folder on my Linux machine:
/phd_simulations
/ns-3
/pybindgen
/scenario
So ns-3, pybindgen, and scenario are all directories themselves...
Is this the correct workflow for git? There is no Linux desktop client (yet), so bear with me:
git init
git add .
git commit -m "First commit"
git remote add origin https://github.com/username/some-proj-name.git
git push
Right?
When I view the repository on GitHub.com, it only seems to be adding the folders themselves, NOT the contents.
I haven't used Git extensively yet (still learning), and I know I've done this successfully in the past, so I don't know what the deal is now.