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
> [!NOTE] If you squash merge a branch, all commits on that branch must meet any metadata requirements for the base branch.
1
+
> [!NOTE]
2
+
> If you squash merge a branch, all commits on that branch must meet any metadata requirements for the base branch.
3
+
>
4
+
> When using end-of-line anchors in regular expressions, use `\n?$` rather than `$` alone. The optional `\n?` matches a trailing newline that may be present in Git push/CLI flows, while still working for commits created via the web UI and API.
0 commit comments