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…

  3. I always thought it was very easy to add a JavaScript print page link to a page - all you had to do was add a simple line of code: All good…