A GUI for Git to manage branches, commits, and remotes, and perform local merges. See also:
git-cola,gitk. More information: https://git-scm.com/docs/git-gui.
git gui
git gui blame {{path/to/file}}
git gui blame in a specific revision:git gui blame {{revision}} {{path/to/file}}
git gui blame and scroll the view to center on a specific line:git gui blame --line={{line}} {{path/to/file}}
git gui citool
git gui citool in the “Amend Last Commit” mode:git gui citool --amend
git gui citool in a read-only mode:git gui citool --nocommit
git gui browser maint