Powerful gitk/gitg alternative?

18,456

Solution 1

I don't think this question really has its place here, but if you want recommendations, I can link you to Fork or SourceTree if you're on Windows or Mac, or GitExtensions if you're on Windows.

Edit : As it seems like people are still looking at that answer, I can now also recommend GitKraken.

Solution 2

SmartGit is an alternative. It works on Windows, Mac OS and Linux:

http://www.syntevo.com/smartgit/

Share:
18,456

Related videos on Youtube

daniel451
Author by

daniel451

Updated on June 14, 2022

Comments

  • daniel451
    daniel451 almost 2 years

    I am searching for a graphical git repository viewer. Gitk is nice and distributed alongside git itself, gitg is a (in my opinion) better alternative to gitk but both have a lack of features (searching for commits/tags/..., switiching/configuring the representation of time(zones) and so on).

    As I am doing all git stuff directly in the terminal I do not need some overloaded GUI who tries to do all the magic of git, I just want an efficient viewer for graphical representation of my files, commits, branches, tags and so on with more features than gitk/gitg.

    Any suggestions?

    Edit: Most times I'm working on linux.

    • alifirat
      alifirat over 9 years
      Have you already enter 'git gui' on your shell ?
    • daniel451
      daniel451 over 9 years
      After entering git gui: git: 'gui' is not a git command. See 'git --help'.
    • alifirat
      alifirat over 9 years
      You need to install it. 'sudo aptitude install git-gui gitk'.
    • Mr Fooz
      Mr Fooz almost 8 years
      git gui is a graphical tool for manipulating the current branch tip (making commits, etc.). gitk is for browsing an existing history.
    • einpoklum
      einpoklum over 2 years
      I've just asked a somewhat similar question, but with other requirements, on softwarerecs.stackexchange.com .
  • daniel451
    daniel451 over 9 years
    thank you, but most of the time I'm working on linux...should've mentioned that.
  • drekbour
    drekbour about 5 years
    GitKraken is free for non-commercial individuals, as is GitAhead.
  • user2864740
    user2864740 about 4 years
    GitExtensions is the only Git UI I've used that I actually recommend (2018-2020). Many others are too slow/awkward or too cute/limited. That said, I do most all "actions" from the CLI; the UI makes a great branch navigator..