On 08/10/2011, Martin Schreiber  wrote:
> BTW, I startet with the development of MSEgit, a crossplatform graphical git
> interface.

May I suggest you take a look at 'git gui' and 'gitk' first. Yes they
use TK or something, so don't look that pretty, but they are miles
ahead in functionality and speed compared to any other gui Git clients
I have come across on any platform. Both those tools also support a
myriad of command line parameters making them even more useful (which
many developers seem to miss out on).


eg:
  gitk can show partial history between a range, or a branch or
everything. Or even only the history for a specific file or author
etc.

  'git gui' allows you to easily commit specific lines of code only,
not just hunks. This makes it great for breaking up a big change into
smaller commits. This is VERY useful, and still can't figure out how
to do it from the command line. :)

-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
_______________________________________________
MSEide-MSEgui-talk mailing list
MSEide-MSEgui-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk

Reply via email to