Friday, 19 December 2008
Using Git to store code
I decided I should set myself up some version control software as I sporadically do really stupid crap (well, not even sure about the sporadic bit!).
Git is all the rage these days. It's a distributed revision control system, so you have both a local and remote repository. Not exactly sure what I@m doing at the moment, but the cheat sheet is helping!
GitHub provides free hosting and allows you to use git. So, I created something to dump this Clojure code. See here
And a new release of Clojure today too...
Git is all the rage these days. It's a distributed revision control system, so you have both a local and remote repository. Not exactly sure what I@m doing at the moment, but the cheat sheet is helping!
GitHub provides free hosting and allows you to use git. So, I created something to dump this Clojure code. See here
And a new release of Clojure today too...
Labels: clojure
Subscribe to Posts [Atom]