This commit is contained in:
Jérémy Lecour 2017-07-14 18:44:09 +02:00
parent 1468f85229
commit 76b85a9abf

View file

@ -10,7 +10,7 @@ echo "current_branch: $current_branch"
# sleep 3 # sleep 3
git rm -r --cached --quiet $role 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 checkout -b $role
git add $role git add $role
git commit -m "[WIP] $role role" git commit -m "[WIP] $role role"