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
Only skimmed through that but yeah, in general it is best to prevent pushing directly to main - not that I'd do that but it could still happen by accident in theory :)
I'd probably still want to retain the ability git push force (well --force-with-lease really) into branches as it is nice to be able to rewrite the history there sometimes (for tidying things up)
not that I'd do that but it could still happen by accident in theory :)
I'm totally prone to doing things like that
I'd probably still want to retain the ability git push force (well --force-with-lease really) into branches as it is nice to be able to rewrite the history there sometimes (for tidying things up)
Probably a good practice to adopt?
https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets
The text was updated successfully, but these errors were encountered: