Hello,
Greetings for the day!!
I need to prepare a report of all repositories and it's respective commits of a bitbucket project.
Example:-
Project Name: ABC
repo1: Abcd
repo2: Efgh
repo3: Ijkl
and so on...
I tried with "git log --pretty=format..." but I have nearly 170 repositories in total. It's a bit difficult to manually do it.
Could you please guide me the way to automate the effort ?
Thanks in advance.