i have created java application performs github authentication. returns access token.
i can list of repositories access token, wanted know if there way can logged in user's commit list using eclipse's egit plugin.
any information regarding helpful.
this works both git log , gitk - 2 common ways of viewing history. don't need use whole name.
git log --author="jon"
will match commit made "jonathan smith"
git log --author=jon
i'm not sure egit though. documentation states...
click team > show in history context menu inspect history of resource:
ref: egit documentation
see here : stackoverflow question
Comments
Post a Comment