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