You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow some branches to be configured as "protected". When configured, these branches cannot be directly written to (i.e. technically, will not have a staging area). These branches can only receive changes by being merged into.
This is useful when designing a CI/CD pipeline: assuming data consumers read from "main", we can configure pre-merge hooks to run and validate any new change being applied. This gives a strong guarantee to readers about the validity and quality of anything they see on main.
The text was updated successfully, but these errors were encountered:
Allow some branches to be configured as "protected". When configured, these branches cannot be directly written to (i.e. technically, will not have a staging area). These branches can only receive changes by being merged into.
This is useful when designing a CI/CD pipeline: assuming data consumers read from "main", we can configure pre-merge hooks to run and validate any new change being applied. This gives a strong guarantee to readers about the validity and quality of anything they see on main.
The text was updated successfully, but these errors were encountered: