initial commit

New website for dojo7.com, woooo!

Rather than have some carry-on about how this website is going to be awesome, here’s a practical tip.

The initial commit

When creating a new git repository, include an empty initial commit. This helps in several circumstances:

This is as easy as

git commit -m "initial commit" --allow-empty

See the result in the initial commit of the source powering this website.