Skip to main content
All CollectionsTroubleshooting & FAQsFAQ
Can you overwrite within a feature branch?
Can you overwrite within a feature branch?

Use this if you're concerned about feature branch & its capabilities.

Garrett Meeks avatar
Written by Garrett Meeks
Updated over a week ago

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.

Did this answer your question?