5 ms·
`git gui` and `gitk` my Swiss-knife tools for every day git-ting. They are maintained by git core team.
by funny_falcon 2y ago
`git gui` and `gitk` my Swiss-knife tools for every day git-ting. They are maintained by git core team.
- rogerbinns 2y agogit 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.
- grumpyprole 2y agoGit gui is often in a separate package that you will need to install
- rogerbinns 2y agoThanks - 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.