• Corbin@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    The original workflow, which is still in use today, is git-blame followed by git-show: look up candidate commits, then examine their history individually. This can be accelerated with a GUI; e.g. GitHub and GitLab support blame-style views.