Please help us in getting commit history
Hi @Arun Sharma,
You can get this info with Git commands in a clone of a repo.
Make sure you run first a git fetch in the clone to get any updated refs.
Then you can run the following command to get all commits with author a specific email
git log --author=someuser@example.com --all
If you'd like to get this info for multiple repos, you would need to run this in the clone of each repo.
Please feel free to reach out if you have any questions.
Kind regards,
Theodora
Hello @Arun Sharma
The summary from page: https://stackoverflow.com/questions/25133600/how-to-download-source-code-for-a-particular-commit-in-bitbucket#:~:text=To%20download%20a%20particular%20commit,click%20zip%20under%20download%20column.
"To download a particular commit in Bitbucket go to : Repositories -> Select repository click on Downloads --> Branches. You will find all the commits made to the repository. Select which commit you want to download. To download as a zip file, click zip under download column."
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.