From 62c8243ac520b95d90fee24a70c2435dc284c561 Mon Sep 17 00:00:00 2001 From: Dung Quang Date: Tue, 24 Sep 2013 09:33:46 +0200 Subject: [PATCH] Add comment for the code I think it's better that we have description in the file. --- bin/git-refactor | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/git-refactor b/bin/git-refactor index e87143a..b8b797a 100755 --- a/bin/git-refactor +++ b/bin/git-refactor @@ -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 required." 1>&2 && exit 1