Add a note about checking in .githooks/gitattributesdb/ after updating the module.
This commit is contained in:
parent
c8d08cfbdb
commit
548d33c013
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
(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
|
Tracking Extra Files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue