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.
Because you wrote about using the Git commandline client ("git log ..."), I assume that all the 170 repositories are cloned to the corresponding filesystem.
If so, you can write a little shellscript that:
When script completes, the text file will have the total result.
On Linux, this is something pretty easy to do, but it shouldn't be very hard with Windows batch files, either.
Hi, yes I agree to your suggestion.
I will try that. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.