|
|
|
Ask HN: Good company culture to send commit notifications to Slack/Discord?
|
|
4 points
by schmidt87
974 days ago
|
|
I run a small team of developers. I like having a dedicated Slack/Discord channel called e.g. "commits"", with a webhook to git, which notifies about commits/pushes (only to main branch). I find that it helpful, knowing what other developers are working on. But I assume that others might find it invasive and too public. I am wondering what others think about this. |
|
There would also be code reviews (right?) so at least a subset of most relevant people should know what is happening before the commit occurs (after code review).
It's also a good idea to have something like gitweb available so anyone can quickly have a look at what has happened on the master repo.
To me pushed notifications seem like noise.