From 548d33c013760cd6ba0cef4b48d2160f854ca6b1 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 24 Aug 2024 21:18:37 +0100 Subject: [PATCH] Add a note about checking in .githooks/gitattributesdb/ after updating the module. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f2b81f..95c09fd 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,8 @@ To update the submodule **from the root of the git repository**, use: (cd .githooks/gitattributesdb/ && git fetch && git merge origin/master) ``` -The submodule will now have been updated to track the latest changes in the remote "master" branch. +The submodule will now have been updated to track the latest changes in the remote "master" branch. The path (`.githooks/gitattributesdb/`) will need +to be checked into your repository with the next commit. Tracking Extra Files