Hacker News new | ask | show | jobs
by matijsvzuijlen 1562 days ago
Git has a built-in GUI for that. Just run 'git gui'. It's not pretty but it works.
1 comments

  > git gui
  git: 'gui' is not a git command. See 'git --help'.
  The most similar commands are
   gc
   grep
   init
   pull
   push
It's a separate package in some distros since it's written in Perl and uses Tk. gitk is often in the same package.
Both git-gui and gitk are in Tcl, not Perl.