summaryrefslogtreecommitdiff
path: root/docs/hooks
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-10-19 17:38:34 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-10-19 17:38:34 -0400
commit4ec04b405f8a9965374eca8d18815d88a009ef21 (patch)
treee41eabdcf5d233fcc3fe12684135b0117e29c88a /docs/hooks
parent305bec5d7ea8bb287efff732764d2722f09a3094 (diff)
[docs] include leap commit template from the docs
Diffstat (limited to 'docs/hooks')
-rw-r--r--docs/hooks/leap-commit-template.README5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/hooks/leap-commit-template.README b/docs/hooks/leap-commit-template.README
index ce8809e7..e54c037d 100644
--- a/docs/hooks/leap-commit-template.README
+++ b/docs/hooks/leap-commit-template.README
@@ -2,10 +2,9 @@
HOW TO USE THIS TEMPLATE:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Run `git config commit.template docs/leap-commit-template` or
+Run `git config commit.template docs/hooks/leap-commit-template` or
edit the .git/config for this project and add
-`template = docs/leap-commit-template`
-under the [commit] block
+`template = docs/hooks/leap-commit-template` under the [commit] block
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
COMMIT TEMPLATE FORMAT EXPLAINED