From 7b6c60a5326bdb0b1d6f2077e2c225012b3f03a9 Mon Sep 17 00:00:00 2001 From: Robert Bartel Date: Fri, 6 Sep 2024 14:50:14 -0400 Subject: [PATCH] Small tweak to working in GIT_USAGE.md. --- doc/GIT_USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/GIT_USAGE.md b/doc/GIT_USAGE.md index 0b0507205..87f671d5c 100644 --- a/doc/GIT_USAGE.md +++ b/doc/GIT_USAGE.md @@ -1,6 +1,6 @@ # Git Strategy -Note that this document goes into detail on the Git strategy and branching model for DMOD. It is here for openness and transparency, but many (if not most) users will not need to be concerned with this level of detail. For information geared toward day-to-day development contributions and Git, see the [CONTRIBUTING](../CONTRIBUTING.md) doc. +Note that this document goes into detail on the Git strategy and branching model for DMOD. It is here for openness and transparency, but most contributors and users will not need to be concerned with this level of detail. For information geared toward day-to-day development contributions and Git, see the [CONTRIBUTING](../CONTRIBUTING.md) doc. - [Branching Model](#branching-model) - [Feature Branches from `master`](#feature-branches-from-master)