Hacker News new | ask | show | jobs
by funny_falcon 802 days ago
`git gui` and `gitk` my Swiss-knife tools for every day git-ting. They are maintained by git core team.
1 comments

git gui says unknown command for me. gitk doesn't let you click on individual lines, and revert or add them as far as I could find.
Git gui is often in a separate package that you will need to install
Thanks - I eventually found it in the package repositories.

It does indeed have the same functionality as gitg for staging and reverting individual lines. It does have several UI niggles. For example when selecting it does not do so on a line by line basis, but instead character by character. But the operations are line by line, (or hunk). You also can't right click on file names and choose stage, revert, or delete.