This commit is contained in:
Jérémy Lecour 2017-07-14 18:44:09 +02:00
parent 1468f85229
commit 76b85a9abf
1 changed files with 1 additions and 1 deletions

View File

@ -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"