diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-06 13:13:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-06 13:13:01 +0300 |
commit | d182db581bb731a81c3c8e376f393ac65faf246e (patch) | |
tree | cf0606810990faf6660af66e13afcd9e59e6f23e /hooks | |
parent | 9c0cd1f07a958bb3004cbf8b887d64e8f91e63ff (diff) | |
download | website-d182db581bb731a81c3c8e376f393ac65faf246e.tar.gz |
added pre-commit hook
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/pre-commit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit new file mode 100755 index 0000000..f799071 --- /dev/null +++ b/hooks/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh + +./build +git add docs |