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-squareKissakilinkfedilinkEnglisharrow-up1·edit-211 months agoDepends on context. Most of the interfacing is change based. But calling that diff is misleading.
minus-squareTechNom (nobody)linkfedilinkEnglisharrow-up1·edit-211 months ago But calling that doff is misleading. Git actually uses diffs behind the scenes a lot - 3-way diffs/merges to be more accurate. Merging, rebasing, cherry picking and even reverting are all 3-way diff-merges.
Depends on context.
Most of the interfacing is change based. But calling that diff is misleading.
Git actually uses diffs behind the scenes a lot - 3-way diffs/merges to be more accurate. Merging, rebasing, cherry picking and even reverting are all 3-way diff-merges.