Let\'s say I\'ve got a setup that look something like
phd/code/ phd/figures/ phd/thesis/
For historical reasons, these all have their own g
The sequence you suggested
git init git add * git commit -a -m "import everything"
will work, but you will lose your commit history.