I have a branch named "develop" and based on that branch I made another branch "TestFeature" . And then I made other branch "NewFeature" based on TestFeature and made some changes and commited .
Problem is that I dont want the changes that are in TestFeature to be present in my NewFeature branch . I want it to be based on "develop" .
How can I do it ?