Using GitLab
Received the following error message.
Merge failed: Something went wrong during merge: 3:invalid byte sequence in US-ASCII. Please try again.
solution to follow.
Using GitLab
Received the following error message.
Merge failed: Something went wrong during merge: 3:invalid byte sequence in US-ASCII. Please try again.
solution to follow.
Copyright © 2021 Jogjafile Inc.
We have a regex pattern on the Commit Messages to enforce a part of the conventional commits that were added after the initial few commits made on the project. Example of regex answered here on stackoverflow
Merge into Master failed
two commits don't follow conventional commit messages.
A Solution
follow prompts of interactive git-rebase and update two commits to "reword". An additional resource for git-base interactive
For us, because we follow GitHub flow, I merged the updated master into my working branch and pushed it up for review.