Examples (8)
Show the sequence of commits starting from the current one in reverse chronological order
Show the history of a specific branch
tig branchShow the history of specific files or directories
tig path1 path2 ...Show the difference between two references (such as branches or tags)
tig base_ref..compared_refBrowse git blame interactively (press `<,>` to jump to parent)
tig blame path/to/fileDisplay commits from all branches and stashes
tig --allStart in stash view, displaying all saved stashes
tig stashDisplay help in TUI
<h>made by @shridhargupta | data from tldr-pages