A team is working on a large project using Git. They need to ensure that their feature development does not interfere with the stable main branch. What Git feature should they use?

  • Git Forks
  • Git Stash
  • Git Branches
  • Git Clone
In this scenario, the team should use Git Branches to create a separate branch for their feature development. This allows them to work on their feature without affecting the stable main branch.
Add your answer
Loading...

Leave a comment

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