I created a merge request with 10 commits from the feature branch to the main branch. The merge request is not yet closed, mean while created another commit in the feature branch. New commit is automatically added to the existing merge request. But I don't want to include the new commits to the existing merge request.
How can we prevent the new commits to existing merge requests?
It is not possible to do so within the same branch. The easiest way will be to create new branch from the existed one and continue to commit to the new created branch.