>TestCase &&
git add TestCase &&
git commit -m "add TestCase" &&
- git tag baseline
+ git tag baseline &&
git checkout -b with-camel &&
>foo &&
git add foo &&
git reset --hard baseline &&
git branch -D with-camel &&
git checkout -b with-camel &&
- git mv --force TestCase testcase &&
+ git mv TestCase testcase &&
git commit -m "recase on branch" &&
>foo &&
git add foo &&