码迷,mamicode.com
首页 > 其他好文 > 详细

How do I get notifications for commits to a repository?

时间:2020-03-31 18:46:41      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:requests   and   pos   section   views   epo   project   grid   get   

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?

标签:requests   and   pos   section   views   epo   project   grid   get   

原文地址:https://www.cnblogs.com/chucklu/p/12607409.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!