No, the feature branch eliminates that issue completely.
Whenever you're doing a deployment to Git, the feature branch is created simply to make there isn't an overwriting conflict in the actual branch. If there is a conflict, it gives you the ability to merge them.
It's exactly why feature branch is just an exact copy of the actual branch.