We are in the starting stage of setting up dev-ops in our organization. We have 2 branches called 'master' and 'develop' and both the branches are empty with folder structure. Our developers created 'feature' branch from 'master' branch and developed their components. The components are available in the 'feature' branch.
Ideally the developer should create from 'develop' but due to some misunderstanding they have created from 'master'.
Is there a way to push the 'feature' branch that was created from 'master' to 'develop' branch.