Agile development benefits from Git's __________, which allows for quick pivots in project direction.

  • Branching
  • Reset
  • Staging
  • Fast-forward
Git's branching feature is beneficial in Agile development because it enables quick pivots. Developers can create branches to experiment with new ideas without affecting the main codebase, facilitating flexibility and experimentation.
Add your answer
Loading...

Leave a comment

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