+ [8 years ago] sonOfRa Hm, I recently became a collaborator on the repo I commit to. I still use a PR workflow, do those count?
+ [8 years ago] Zarthus I don't believe so, but I don't have strong evidence to suggest either case.
+ [8 years ago] harrisi hello, I'm aware that github doesn't track activity for non-default and gh-pages branches, but is there any reason why?
+ [8 years ago] harrisi I know the contributions graph isn't super important for anything, I just thought it was a strange choice.

message no. 153085

Posted by Remramm in #github at 2016-10-10T15:15:27Z

it's gonna compare the base with the head of the PR, and the base is probably master a few days back
+ [8 years ago] kandinsk1 my manager just gave me access to a private github project on github.com (by which I mean I can see it on the website), but I can't clone it in the terminal (Repository not found). What do I need to do?
+ [8 years ago] preaction you need to be using a logged-in user to clone it
+ [8 years ago] preaction so, not just http://github.com/<org>/<repo>.git
+ [8 years ago] kandinsk1 preaction: thanks. For more detail: I always use ssh keys, and I can clone other projects from the same organisation. I use the scheme git@github.com:<org>/<repo>.git