I was working on a branch "feat/plan" which was taken from branch "dev" and after committing the changes I pushed my code to the master branch "dev". But now I need that changes to push to a branch named feat/api which is taken from dev branch.
So I need to know how can I push my changes from branch "feat/plan" to branch "feat/api".