When learning new things about programming, i find it useful to study pull requests. And what i mean by that, is study the diff offered in the browser.
When using Bitbucket, i have tried many ways to save the PR from the browser.
I tried all different Save Page As
. However, when that happens, i get a message that Something went wrong
. Obviously, a protection mechanism from Bitbucket. Even when i select HTML Only
.
When i select the code portion and i press Print
, followed by Export to PDF
then the exported pdf is a mess, and you cannot see anything.
I searched the internet and i found no information on how to save the data from a particular pull request. It is sad to have the full code on your repository, but not being able to study a particular pull request, so you can understand things in a targeted way. At least offline.
If anyone knows some tricks, i would be really interested in learning them.