Topic

Git

2 posts tagged with Git.
← All posts
Nov 18
2014

Our WordPress development process

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…
Aug 4
2014

Remove previously tracked file from git repository

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…