+[2016-10-10T21:37:28Z]sonOfRaHm, I recently became a collaborator on the repo I commit to. I still use a PR workflow, do those count? +[2016-10-10T21:41:23Z]ZarthusI don't believe so, but I don't have strong evidence to suggest either case. +[2016-10-10T21:42:12Z]sonOfRaoh well +[2016-10-10T22:16:23Z]harrisihello, I'm aware that github doesn't track activity for non-default and gh-pages branches, but is there any reason why? +[2016-10-10T22:17:32Z]harrisiI know the contributions graph isn't super important for anything, I just thought it was a strange choice.
+[2016-10-11T05:51:45Z]kandinsk1my 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? +[2016-10-11T06:02:40Z]preactionkandinsk1 +[2016-10-11T06:02:47Z]preactionyou need to be using a logged-in user to clone it +[2016-10-11T06:03:14Z]preactionso, not just http://github.com/<org>/<repo>.git +[2016-10-11T06:10:12Z]kandinsk1preaction: 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