After reviewing a feature branch, a team decides not to merge it into the main branch. What Git strategy can be used to preserve the work done on this feature branch for future reference?

  • Reset
  • Revert
  • Archive
  • Branch
Creating a new branch allows the team to preserve the work done in the feature branch without merging it into the main branch, keeping the changes isolated for future reference.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *