Browsing archives for 'source control'

What a month!

JavaScript,MeteorJs,Programmers,source control 8 August 2014 | 1 Comment

It started with a fun experiment on Facebook that turned into a brutal month of work. With the OpenFloor MVP released, I am looking forward to a few days of reflection and talking with some of our first set of users to find out what they like, what they don’t really like, and what they […]

Commit a password or secret key to your public repo?

source control 24 January 2013 | 0 Comments

From time to time users accidentally commit data like passwords or keys into a git repo. While you can use git rm to remove the file, it will still be in the repo’s history. Fortunately, git makes it fairly simple to remove the file from the entire repo history. [Read More]