you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago* (last edited 2 years ago) (1 child)

Depends on context.

Most of the interfacing is change based. But calling that diff is misleading.

  • source
  • hideshow 2 child comments
  • [–] 1 point 2 years 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.

  • source
  • parent