testeronious@lemmy.world to Git@programming.dev · 7 months agoArticle argues that git is intrinsically confusing--if you could redesign git from scratch, what would you change?dl.acm.orgexternal-linkmessage-square28fedilinkarrow-up137arrow-down12
arrow-up135arrow-down1external-linkArticle argues that git is intrinsically confusing--if you could redesign git from scratch, what would you change?dl.acm.orgtesteronious@lemmy.world to Git@programming.dev · 7 months agomessage-square28fedilink
minus-squareCorbin@programming.devlinkfedilinkEnglisharrow-up2·7 months agoThe 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.
The original workflow, which is still in use today, is
git-blame
followed bygit-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.