How do I get notifications for commits to a repository?

Posted chucklu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How do I get notifications for commits to a repository?相关的知识,希望对你有一定的参考价值。

How do I get notifications for commits to a repository?

I just found out by accident that you can easily manage to achieve this:

  • fork the project (if you haven‘t done it yet)
  • create a pull request for yourself from the selected branch, e.g. from master of head project to master of your fork:
    • base fork: original/project ; base: master ; head fork: your/project ; compare: master
  • do NOT merge this pull request
  • under the Email section of your Notifications settings enable:
    • Comments on Issues and Pull Requests
    • Pull Request reviews
    • Pull Request pushes

That‘s it. You will receive email notifications about every commit on master branch.

 

以上是关于How do I get notifications for commits to a repository?的主要内容,如果未能解决你的问题,请参考以下文章

How do I install uudecode?

java 如何在显示电话号码的情况下打开拨号器? |||链接:https://stackoverflow.com/questions/11699819/how-do-i-get-the-dialer-

csharp 上午/下午或24小时格式的时间值 - 来自http://stackoverflow.com/questions/7875259/how-do-i-get-the-am-pm-value-

[2016-3-18]OMG美语每日笔记-How do you get on someone's radar?How do you make them notice you?

How do I code well?

[转]How do I use variables in Oracle SQL Developer?