Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git GUI like HG Workbench in MS Windows [closed]

I am looking for a good Git GUI which looks and works like HG Workbench.

Is there anything interesting? Preferably freeware.

like image 948
Alik Avatar asked May 06 '11 12:05

Alik


People also ask

What is TortoiseHg workbench?

Workbench. TortoiseHg is a Windows shell extension and a series of applications for the Mercurial distributed revision control system. It also includes a Gnome/Nautilus extension and a CLI wrapper application so the TortoiseHg tools can be used on non-Windows platforms.

Is TortoiseGit open source?

TortoiseGit is a Windows Shell Interface to Git and based on TortoiseSVN. It's open source and can fully be build with freely available software.

Is there a TortoiseGit?

TortoiseGit is a free open-source client for the Git version control system. That is, TortoiseGit manages files over time. Files are stored in a local repository.


1 Answers

My favorite graphical git-client is SourceTree (available for Windows and Mac). SourceTree can manage git and Hg (Mercurial) repositorys.

By the way: SourceTree supports git-flow, is free for personal and commercial use and is made by Atlassian, the company behind BitBucket, Stash JIRA and other known products.

Screenshot

like image 168
fnkr Avatar answered Sep 23 '22 13:09

fnkr