I want to merge a feature branch into a newly created feature branch.
My new branch was created off of the master branch and now I want to merge the changes from another feature branch into that new feature branch like this:
git merge feature/my-new-feature
However this did not work and I cannot find an answer that works. How can I do this?