Hacker News new | ask | show | jobs
by seba_dos1 1559 days ago
For tasks that you have mentioned, there's also built-in `git gui` for those who prefer to click.
1 comments

Where is that? `git: 'gui' is not a git command. See 'git --help'.`
Got it, it is not built-in on all distros. Head to https://git-scm.com/docs/git-gui/ and https://github.com/prati0100/git-gui.git/ for more.
It is part of git, some distros just split it out to a separate package ("git-gui" on Debian) to avoid pulling GUI dependencies in unnecessarily.