Modern Git GUI [4 Aug 2022]
Building off of "Git Blame Through Time": a graphical user interface that combines the best of git gui
, gitk
, and VSCode's GitLens, plus the "through time" aspect descrbed below.
Cross-platform. (Windows, macOS, Linux). Keyboard shortcuts for everything. NO ELECTRON. Attractive.
View of a file where a timeline of the edits/blame points to the file locations affected
Allow highlighting of commits that are ancestors of a target branch, e.g. master or develop