We have two separate projects on two different domains. Let's assume A project (the main) and B project. Sometimes we need to use some specific feature that we have already launched on the A project on the B project with the git cherry-pick
command, but there is a problem in this process:
How can we find easily related commits among thousand of our commits on the GitLab site? We are looking for a way for sticking a searchable label on our commits that specifies which commit is proper for the A project and which one for both of them. We cannot search and find those commits with labeling toward the merge request process (at gitlab.com).