From ea1e248d4a073e2907d35569e6c0bac77e08fa16 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Tue, 2 Nov 2021 15:42:42 -0400 Subject: [PATCH] Update subtree add README Update section in README explaining how to add this project as a subtree. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa433cb..2df8181 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ```bash # Add the subtree as a remote git remote add common git@gitlab.ducoterra.net:services/common.git -git subtree add --prefix .gitlab common main +git subtree add --prefix .gitlab common main --squash --message "Add Common .gitlab Subtree" # Now you can run the following to update make make-update