I’m a command-line kind of guy. I guess when your CS teachers in high school raised you on a Minicomputer with a dumb terminal and vi, you get used to that kind of thing.So I mostly use the git command line which is plenty fine for the usual git pull, git add, git commit, git push dance. (Hint: scripts are your friend) Creating branches and merging is decently good too on the command line.History is where it all falls down, though. Yes you can get the commit logs, but not the details so well. That is where a nice native Mac app like GitX comes into play. If you’ve used GitHub, it is similar to the history browser there. It also helps you visualize your branches and you can switch between them.You should definitely try out GitX if you’re using Git on Mac. Did I mention that it is free? Get it at http://gitx.frim.nl/
-
Archives
- January 2012
- October 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- September 2010
- August 2010
- March 2010
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- March 2008
- February 2008
- January 2008
- November 2007
- October 2007
- September 2007
- July 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- September 2006
- August 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
-
Meta
gitx is, as you say, awesome.
Even more awesome are some of the more recent branches at github. Pieter seems to have slowed down a bit on development in the last few months but some folks have really been extending it in very nice ways.