From b32d180d03f754a2520097806a1ad1249fa474d9 Mon Sep 17 00:00:00 2001 From: RogerHowellDfE <96429508+RogerHowellDfE@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:10:10 +0000 Subject: [PATCH] Update source/standards/storing-source-code/index.html.md.erb Co-authored-by: Peter Yates --- source/standards/storing-source-code/index.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/standards/storing-source-code/index.html.md.erb b/source/standards/storing-source-code/index.html.md.erb index 95aa2465..766925f6 100644 --- a/source/standards/storing-source-code/index.html.md.erb +++ b/source/standards/storing-source-code/index.html.md.erb @@ -67,7 +67,7 @@ For example: At the Department for Education (DfE) we use [Git](https://git-scm.com/) for source code versioning. -- Git is decentralised - this means all copies of the repository include the WHOLE history of the repository, +- Git is decentralised - this means all copies of the repository include the **whole** history of the repository, not just a snapshot - Branches are "cheap" - creating a new branch (or tag) involves just a new pointer at a specific commit (thus minimal compute and storage implications)