canpolatM to GitEnglish · 11 months agoDo we think of git commits as diffs, snapshots, and/or histories?jvns.caexternal-linkmessage-square7fedilinkarrow-up19arrow-down10
arrow-up19arrow-down1external-linkDo we think of git commits as diffs, snapshots, and/or histories?jvns.cacanpolatM to GitEnglish · 11 months agomessage-square7fedilink
minus-squareTechNom (nobody)linkfedilinkEnglisharrow-up3arrow-down1·11 months ago Diff is only a viewing option It isn’t. Git uses 3-way diff/merge algorithm quite liberally behind the scenes.
It isn’t. Git uses 3-way diff/merge algorithm quite liberally behind the scenes.