I created a branch with the command:
git checkout -b add-foo-bar-to-foo
and after committing changes, I am trying to push my changes with the command:
git push origin feature/add-foo-bar-to-foo
But it is failing with the error:
error: src refspec feature/add-foo-bar-to-foo does not match any.