Git
Notes from the shop — process, tools, and the occasional opinion.
November 18, 2014
After a recent launch a twitter follower asked how we manage development and I replied: He then asked for a writeup. So let's talk…
August 4, 2014
Here's a simple git command that will remove a previously tracked file from a git repository: git rm --cached <file> The file will be…