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)