On 1/10/14, 4:33 AM, Jacob Carlborg wrote:
On Jan 09, 2014, at 11:51 PM, Andrew Edwards <edwards.ac@gmail.com> wrote:

I am responsible for this. Request however, that this particular tag be deleted (v2.065-b1) because we're not ready. I am reading Pro Git right now because I made a number of mistakes a few weeks back and decided not to play in the live repo until I get a better grasp of how to use it.
 
It's very easy to create a local git repository to experiment with. Don't use the public repositories for this.

$ git init .

The above will create a git repository in the current working directory.

--
/Jacob Carlborg

Got it. I'm actually doing that right now. Just suggesting that I will be hands off for a little bit until I'm certain I will not cause any more issues on the public repo.