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
This commit introduces a pre-commit hook that checks for merge conflict
markers (e.g. "<<<<<<<", "=======", ">>>>>>>") in staged changes. If any
are detected, the hook warns the user and aborts the commit, ensuring
that unresolved conflict markers are not inadvertently committed.
Reference:
https://blog.meain.io/2019/making-sure-you-wont-commit-conflict-markers/
Change-Id: Ia3b058298f9e38227bdbd7a3634ed9b0b855e374
0 commit comments