Added .gitmodules file, .githooks/ directory and check-in gitattributes database.
This commit is contained in:
parent
e4b311a6c8
commit
68198bedec
7 changed files with 148 additions and 0 deletions
4
.githooks/post-checkout
Executable file
4
.githooks/post-checkout
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Store/restore the attributes of files:
|
||||
.githooks/gitattributesdb/gitattributesdb "${0##*/}" || exit $?
|
||||
Loading…
Add table
Add a link
Reference in a new issue