We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42c63ac + 62c8243 commit bbcaf7cCopy full SHA for bbcaf7c
bin/git-refactor
@@ -1,4 +1,5 @@
1
#!/bin/sh
2
+# Removed unnecessary git checkout for bug, feature and refactor
3
4
if test "$1" = "finish"; then
5
test -z $2 && echo "refactor <name> required." 1>&2 && exit 1
0 commit comments