We want to be able to collect all commits made by user in repository. There are two different approaches for it. 1. Do the call to github api 2. Checkout repository and analyze history using git
We want to be able to collect all commits made by user in repository.
There are two different approaches for it.