2

A github repository can have commits by many users.

How can I find all commits made by a user in a github repository in browser?

Let's say when i say https://github.com/navyad/messengerbot in browser, it shows page of that repo.

How same url can be used to figure out the commits of a user?

4
  • why down vote ? Commented Sep 8, 2016 at 9:51
  • Which browser do you mean? Commented Sep 8, 2016 at 11:27
  • stackoverflow.com/questions/12174276/… Commented Sep 8, 2016 at 12:16
  • @LosManos i have updated the post. Commented Sep 8, 2016 at 12:39

1 Answer 1

6

If following is the repo url:

https://github.com/xyz/repo/ 

and you want all commits from master of user nayad

then

https://github.com/xyz/repo/commits/master?author=navyad 
Sign up to request clarification or add additional context in comments.

2 Comments

the link will give you commits on only master...what about other branches..
and for your information , it doesn't work on github ...atleast now in 2020

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.