Can I view the of a file/ a line who committed what and when on bitbucket? Can't find these functions on the site. Thank you!
The git blame command is used to examine the contents of a file line by line and see when each line was last modified and who the author of the modifications was.
Bitbucket supports Git (but not SVN; and it no longer supports Mercurial VCS). It is written in Python and uses the Django web framework. And it is available for Mac, Windows Linux, iOS, and Android.
If you boil it down to the most basic and fundamental difference between GitHub and Bitbucket, it is this: GitHub is focused around public code, and Bitbucket is for private. Basically, GitHub has a huge open-source community, and Bitbucket tends to have mostly enterprise and business users.
On GitHub.com, navigate to the main page of the repository. Click to open the file whose line history you want to view. In the upper-right corner of the file view, click Blame to open the blame view.
Yes, but the button is not visible in all views. If you go to source view you should see the blame button at the upper right hand side of the code view pane. Depending on your version of bitbucket, it may be labeled as "annotate" instead of "blame" in an (unpopular with users) attempt to give the feature a more "positive" name!
https://bitbucket.org/site/master/issues/16318/blame-button-seems-to-be-missing
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With