-
Archives
- November 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- April 2009
- March 2009
- February 2009
- December 2008
- September 2008
- June 2008
- May 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
-
Meta
Tag Archives: Git
BitBucket
I recently read this article comparing BitBucket and GitHub and did mention in in a previous post on Git. Apart from well defined differences like BitBucket is a social repository for Mercurial writting in Python whereas GitHub is obviously for … Continue reading
Some useful git commands
gitHub is an amazing piece of functionality. The user interface is so amazing that BitBucket simply ripped it off. Yes, without any regrets. I mean people are bound to notice that sort of stuff but still these things happen. Anyways, … Continue reading
Clone bare git
Found an interesting option to clone a git repository. Honestly, speaking I have no idea how it could be usefult because it does not actually do a checkout of the HEAD. Anyways, if you run: git clone –bare git://github.com/andhapp/decoct.git then … Continue reading
*casts
I wonder did Ryan bates start a revolution by doing (RailsCasts) his short videos on various ruby concepts because there is a BDDCasts and today I saw GitCasts on Git’s main site. It is in the same fashion a collection … Continue reading