commit_hookr 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +2 -2
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -8,11 +8,11 @@ commit_hookr makes it easy to enforce commit message policies. We use it to make
|
|
|
8
8
|
|
|
9
9
|
1. Install the gem
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
gem install commit_hookr
|
|
12
12
|
|
|
13
13
|
2. In your Git project's root:
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
hookr init codebase
|
|
16
16
|
|
|
17
17
|
3. Edit .hookr to your liking. If you want to use Codebase ticket listing, you need to configure the codebase project name.
|
|
18
18
|
|