On Thu, May 21, 2020 at 12:20 AM Thomas Friedrichsmeier <thomas.friedrichsme...@ruhr-uni-bochum.de> wrote: > > Hi! > > Is there any self-service way to receive commit/push notifications via > email from gitlab? > > If so, would such notifications include work-branches (that would be > useful, IMO)?
Work branches cannot be notified on, as otherwise you end up renotifying all of the new commits in that work branch every time you force push. (It is impossible for hooks to tell if you are pushing a rewritten commit or a new one) > > Regards > Thomas Cheers, Ben