I have created a Java application that performs Github authentication. It then returns the access token.
I can list all of the repositories from this access token, but I wanted to know if there is any way I can get the currently logged in user's commit list using Eclipse's egit plugin.
Any information regarding this would be very helpful.