FlashcardBeginner
Snapshots vs Diffs
Git records each commit as a full snapshot of the project, not just line-by-line differences.
Question
How does Git store data — as snapshots or diffs?
Click to reveal answer
Git records each commit as a full snapshot of the project, not just line-by-line differences.
How does Git store data — as snapshots or diffs?