Get a list of all commits I have pushed in all available repositories

I am looking for a way to see all commits I have pushed in all repositories I am in.

Right now I only have found the commits I have pushed for a specific repository. Unfortunately this is not what I am looking for.

There is a way to view your commit history but at this history, I only see the repositories I have committed to. It does not show the commit name to me.

>Solution :

The closest would be, for GitHub only, to do a search similar as this one, which does list all commits, sorted by date (most recent first) on all (public) repositories for a given author name.

Example for me:

https://github.com/search?o=desc&s=committer-date&type=Commits&q=author%3AVonC

Leave a Reply