1. Not so much a blog post as a notebook for useful git commands… Export changes from a range of revisions Keep your fork in sync with the main…

  2. I’ve been a fan of box-sizing: border-box ever since reading Paul Irish’s article * { box-sizing: border-box } FTW I use it on most projects…