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
When using conventional commits, allow the use of fixup! <sha> or fixup! <header> syntax, which are both recognized by git rebase --autosquash later on.
When using conventional commits, allow the use of
fixup! <sha>orfixup! <header>syntax, which are both recognized bygit rebase --autosquashlater on.