Difference of Snapshot based VCS like Git and Patch based VCS like Pijul? 45 viewsMarch 29, 2023 0 Question80.71K March 25, 2023 1 Comment Thank you in advance. In: 0 cjsdsp commented March 25, 2023 The main difference is in how they store files. Snapshot version control takes a snapshot of the entire repository on each commit. Patch based version control stores the instructions for the individual files being changed. 0 Answers ActiveVotedNewestOldest Register or Login
The main difference is in how they store files. Snapshot version control takes a snapshot of the entire repository on each commit. Patch based version control stores the instructions for the individual files being changed.