Skip to content

Commit 55e6e16

Browse files
committed
Add instructions
1 parent 89865d1 commit 55e6e16

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

prepare-commit-msg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
#!/bin/sh
2+
3+
# Adds the Pivotal Tracker ID of the branch you're working on to the commit
4+
# message in the form [#XXXXXXX]
5+
#
6+
# To use:
7+
# 1. Clone this repo or copy the contents of this file.
8+
# 2. Make the file executable with `chmod a+x prepare-commit-msg`
9+
# 3. Move the file into /path/to/repo/.git/hooks
10+
211
ORIG_MSG_FILE="$1"
312
TEMP=`mktemp /tmp/git-XXXXX`
413

0 commit comments

Comments
 (0)