In Agile development, Git's ________ helps in maintaining a sustainable pace of development by isolating work in progress.

  • Branching
  • Stashing
  • Merging
  • Rebasing
In Agile development, branching in Git allows developers to isolate work on a particular feature or bug fix. This isolation enables a sustainable pace of development by keeping the main codebase unaffected until the feature is complete and ready for integration.
Add your answer
Loading...

Leave a comment

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