Branch State
Branch State. There are 5 possible states for branches: Active - Active branches are branches that were updated in the last 7 days. This means that the last commit (which was not a merge commit) occu…
Branch State
There are 5 possible states for branches:
Active - Active branches are branches that were updated in the last 7 days. This means that the last commit (which was not a merge commit) occurred during the last 7 days.
Stale - Stale branches are branches that were not updated for in the last 7 days. This means that the branch didn't have a commit (which was not a merge commit) in the last 7 days.
Deleted - Deleted branches.
Merged - Merged branches are branches that were merged back to their based branch, or any other branch. Either with a pull request or directly.
Deployed - Deployed branch is a branch that appears in a release tag as one of the branches that were included in the release.
How did we do?
Carryover from Iteration