In Version Control Systems (VCS), creating an isolated parallel line of development to work on new features without affecting main code is:
AMerging
BChecking Out
CReverting
DBranching
Explanation
Branching creates an isolated development path for feature additions or experimental fixes.

No Comments