On Jan 09, 2014, at 11:51 PM, Andrew Edwards <[email protected]> wrote:
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
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
_______________________________________________ dmd-beta mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-beta
