Closed ghost closed 7 years ago
Yes, please.
I have no idea why it's detecting a conflict, as far as I can tell these files are identical in both branches.
Just simply do this (on the /dev/ecs-command-stubs) branch:
git fetch origin
git checkout -b dev/ecs-command-stubs origin/dev/ecs-command-stubs
git merge feature/ecs-project
and after that:
resolve the merge conflict by hand
git commit
git push
I had tried this before I made the comment, it had no effect. Commit ec80f9a.
We'll close the branch as everything that is in this branch is already implemented
…actory. Also adds getEcsCommand() to ParsedUserInput and Fixes a typo in the names of IKVEcsApi, KVEcsApiFactory and KVEcsApiV1. The two problems about the method signature of fromString() addressed in the dev/ECS-first-pass pull request are not fixed in this branch. Shall I pull #95 and #96 into this branch? The other naming problems have been fixed.