Add comment for the code

I think it's better that we have description in the file.
This commit is contained in:
Dung Quang 2013-09-24 09:33:46 +02:00
parent a55cc84a11
commit 62c8243ac5

View file

@ -1,4 +1,5 @@
#!/bin/sh
# Removed unnecessary git checkout for bug, feature and refactor
if test "$1" = "finish"; then
test -z $2 && echo "refactor <name> required." 1>&2 && exit 1