Merge pull request #189 from rhacker/patch-1

Add comment for the code.
This commit is contained in:
hemanth.hm 2014-07-13 20:57:28 +05:30
commit bbcaf7c324

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