diff --git a/pages/common/tig.md b/pages/common/tig.md index 1b146183f9..a9d254488e 100644 --- a/pages/common/tig.md +++ b/pages/common/tig.md @@ -20,6 +20,10 @@ `tig {{base_ref}}..{{compared_ref}}` +- Browse git blame interactively (press `<,>` to jump to parent): + +`tig blame {{path/to/file}}` + - Display commits from all branches and stashes: `tig --all`