From 8c4f9966d397b48a96335a6f2cf39232325da53e Mon Sep 17 00:00:00 2001 From: Isabella Lombardi Date: Wed, 13 Dec 2023 19:57:21 +0100 Subject: [PATCH] answer to faq017 --- source/FAQ/Part1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/FAQ/Part1.md b/source/FAQ/Part1.md index 43b2c6a..82e12bd 100644 --- a/source/FAQ/Part1.md +++ b/source/FAQ/Part1.md @@ -50,6 +50,7 @@ Name another VCS rather than Git. ### FAQ017 Is Git a delta-based VCS or stream-of-snapshots VCS? +Git is a stream-of-snapshots VCS. ### FAQ018 Which hashing algorithm is used to store objects in Git?