Well that ride had a few bumps!
Before committing BRUN 2 project:
I started right in on adding files but apparently just like a new empty folder, you have to "git init" it.
Then you can add files,
But wait! If your files (path) names have spaces in them git doesn't get them, they have to be wrapped in these things, ".
And finally, following instructions in Pro Grit (sic ha ha), the " git commit -m 'BRUN 2 before git vc' " title did not work.
Oh dang! git gave me shlitt for every word in my tile masterpiece.
Aha! I think, wrong wrapper, try these " things again.
git commit -m "BRUN 2 before git vc"
Success :)