Skip to content

Commit bbcaf7c

Browse files
committed
Merge pull request #189 from rhacker/patch-1
Add comment for the code.
2 parents 42c63ac + 62c8243 commit bbcaf7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/git-refactor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
# Removed unnecessary git checkout for bug, feature and refactor
23

34
if test "$1" = "finish"; then
45
test -z $2 && echo "refactor <name> required." 1>&2 && exit 1

0 commit comments

Comments
 (0)