Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
When merging a branch, do it through git merge --squash, or if through gui gitlab, then there are probably several merge options, like in github (I can’t say for sure, because I don’t use gitlab for my repositories).
IMHO, the most correct approach with Gitlab:
- Take a branch example
from dev
- Commit everyone there
- git push origin example
- On Gitlab, in the Merge Requests tab, create a merge request :) Then merge it. Preferably with the squash option
. This way you will be able to keep track of all MPs and what changes have been in them in the interface. This is more convenient than climbing on commits)
Create a bot, add a bot to a channel, or a private channel. And write a condition for checking users in the channel. Let's say that it checks with a list in a file or a database, or under the condition that they are in another channel, etc. You can come up with a lot of things, at least let people whose nickname starts with S
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question