+ [2016-09-11T17:43:30Z] al-damiri i tried this: `git diff old_api..master -- . ':!node_modules'` but it doesn't ignores the directory.
+ [2016-09-11T17:46:07Z] gajus Thank you Seveas
+ [2016-09-11T17:51:11Z] psofa quick question: when i fork a repo can i be sure that no changes to my repo can happen through changes on the original?I want to fork a project as a way of having snapshots of reviewed code
+ [2016-09-11T17:57:50Z] init7 BRB BEER TIME !!
+ [2016-09-11T18:45:35Z] Seveas psofa: if you fork a repo, only you can push to that fork. So any changes on the original will need to be pushed to your fork by you, they will not be done automatically.

message no. 150237

Posted by psofa in #github at 2016-09-11T17:51:11Z

quick question: when i fork a repo can i be sure that no changes to my repo can happen through changes on the original?I want to fork a project as a way of having snapshots of reviewed code
+ [2016-09-12T01:50:32Z] speeder quick API question: how I get all pull requests, even if using multiple pages? doing a https://api.github.com/repos/facebook/react-native/pulls?state=all for example show only 30 results
+ [2016-09-12T07:29:37Z] canton7 speeder, you can request more pages, or you can traverse the pages
+ [2016-09-12T07:29:48Z] canton7 see https://developer.github.com/v3/#pagination and https://developer.github.com/guides/traversing-with-pagination/
+ [2016-09-12T07:30:07Z] canton7 if you want to make sure you get all PRs, even if there are loads of them, you'll have to traverse the pages
+ [2016-09-12T08:53:03Z] gb if i created an account back in 2010 which i forgot the password for crcreated on a computer long since dead from an email which no longer exists is there anyway to resurrect the account?