Is there gitg for windows?

7

1

I have googled but it seems Gitg doesn't have a Win32 port. Isn't that gitg is a Gtk application? I feel like it would not be too hard to compile and run it under win32.

Xiè Jìléi

Posted 2011-07-18T01:16:06.447

Reputation: 14 766

if you really want a native Git application for Windows check out GitExtensions – Sathyajith Bhat – 2011-07-18T09:49:13.673

Answers

4

You may find it a bit hard to port it. Here's what the author has to say about the portability of gitg (source):

gitg is a git repository viewer targeting GTK+ and GNOME. One of its main objectives is to provide a more unified user experience for git frontends across multiple desktops. It does this not be writing a cross-platform application, but by close collaboration with similar clients for other operating systems (like GitX for OS X).

I'm sure it's still doable. But it's definitely up to someone else to do it. So you shouldn't probably expect a port to windows anytime soon. Alternatively you can always run it from Windows with tools such as:

A Dwarf

Posted 2011-07-18T01:16:06.447

Reputation: 17 756

3

There is now an installer available for gitg on windows

http://ftp.gnome.org/pub/GNOME/binaries/win64/gitg/

Derek Ekins

Posted 2011-07-18T01:16:06.447

Reputation: 333