Question: When Git Workflows contain a long-running branch, what purpose does the long-running branch serve?

  1. Long-running branches store unstable code until it os peer reviewed for integration into a feature branch.
  2. Long-running branches correspond to agile sprints and are used to store related to features developed in the sprint.
  3. Long-running branches contain code related to expiremental feature development that is merged into short-lived branches such as master.
  4. Long-running branches correspond to different stages of development and are allways open for topic/feature branches to be pulled into.

Answer: The correct answer of the above question is Option D:Long-running branches correspond to different stages of development and are allways open for topic/feature branches to be pulled into.