Thread refresh

@lillian
replies: #2

looks like `git gui` is a surprisingly decent UI when I don't feel like using CLI stage/unstage commands, nice

Jann Horn @jann@infosec.exchange

@lillian yeah, especially for staging/unstaging specific selected lines with the right-click menu it's really neat, when you've made a bunch of changes and want to only selectively put some diff lines in a commit.
the other git GUI application I sometimes use is `gitk` for exploring git history (with the downside that it's a memory hog on big repos)