Unfortunately, Bitbucket doesn't offer a direct, single feature to browse the entire repository as it exists at a specific commit, just like GitLab does. GitLab's "History" view for a file allows you to see the file's contents at any point in history and then browse the rest of the repository as it was at that commit
Hi @Angie Loo and welcome,
you can checkout locally all files at specific commit using command
git checkout REVISION_HASH_HERE
Moreover, if you click on a specific commit, you can download all repo status at that time through "Download source" button on the right
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.