+ [2014-10-19T21:18:22Z] greenride I see. Thanks Nevik
+ [2014-10-19T21:18:29Z] Nevik sure :)
+ [2014-10-19T23:31:44Z] benzhninja join the official MS Office channel today! ##ms-office
+ [2014-10-19T23:33:27Z] offby1 <-<

message no. 54443

Posted by hmsimha in #github at 2014-10-19T07:20:49Z

nevik: there's an api service for getting the list of contributors to a repo, with total number of contributions for each. It's not perfect though, adding it up doesn't yield the same number as what github shows when you go to a project page
+ [2014-10-20T00:01:14Z] gshmu I'm using rebase, rebase master to my branch, and then push my branch, show ! [rejected] ...
+ [2014-10-20T00:01:41Z] gshmu what should i do?
+ [2014-10-20T00:06:00Z] offby1 gshmu: "git pull --rebase"
+ [2014-10-20T00:06:49Z] gshmu offby1: I fetched master and then at my branch rebase master.
+ [2014-10-20T00:07:52Z] offby1 gshmu: perhaps you need to fetch the _other_ branch too