Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does bitbucket has git blame on a line function similiar to github?

Tags:

bitbucket

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!

like image 447
nunuh89 Avatar asked Mar 12 '19 17:03

nunuh89


People also ask

What is blame in Bitbucket?

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.

Does Bitbucket use Git?

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.

What is the difference between Git and Bitbucket?

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.

How do I git blame on GitHub?

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.


1 Answers

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

like image 120
Meg Avatar answered Oct 31 '22 21:10

Meg