+ [2019-06-25T14:23:17Z] Soliton do you expect some magic fix that will allow you to upload bigger files to github?
+ [2019-06-25T14:25:01Z] Linux-Ninja Soliton, this worked fine for a while but now I have some binaries that are larger than he 100MB limit
+ [2019-06-25T14:25:16Z] Linux-Ninja I tried following git lfs docs but still failing for me
+ [2019-06-25T14:28:05Z] Soliton perhaps you're doing something wrong.

message no. 173985

Posted by geekodour08 in #github at 2019-06-25T01:08:11Z

is there a github event which triggers when new releases are added?
+ [2019-06-26T12:11:51Z] pi- I'm getting Gmail notifications for every commit to every repository I am subscribed to. I can't figure out where to go to disable these notifications.
+ [2019-06-26T12:13:10Z] pi- I go into a particular repository -> settings -> notifications, and get "[checkbox] Active: We will send notification emails to the listed addresses when a push event is triggered."
+ [2019-06-26T12:13:21Z] pi- But I don't want to disable notifications from going out to everyone else.
+ [2019-06-27T06:49:26Z] jmnoz Hi, I have a question: I have a branch A and I am working on branch B. I want to later merge B into A. But while I'm working on it I needed to get some commits from A in B so I cherry-picked them. Now when I make a Github PR I don't want the changes I cherry-picked to show but they do. How do I go about this?
+ [2019-06-27T06:50:06Z] jmnoz It seems weird that the PR shows changes that are already in the branch I want to Push to