We have a requirement, where we have to create a feature branch in Github repository. But the problem is whenever I am creating the feature branch, the contents of master is getting replicated in the feature branch.
Is there any way that the contents of master does not get replicated in the feature branch, when it is created?