diff --git a/tools/move_role_to_feature_branch.sh b/tools/move_role_to_feature_branch.sh index 8de5734..f754ba3 100755 --- a/tools/move_role_to_feature_branch.sh +++ b/tools/move_role_to_feature_branch.sh @@ -10,7 +10,7 @@ echo "current_branch: $current_branch" # sleep 3 git rm -r --cached --quiet $role -git commit -m "More $role to a feature branch" +git commit -m "Move $role to a feature branch" git checkout -b $role git add $role git commit -m "[WIP] $role role"