Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I do a 'git blame' in NetBeans?

Tags:

git

netbeans

NetBeans has built-in support for git. Can I do a git blame inside NetBeans? If so, how?

I googled it, but that didn't turn up anything useful. Also the NetBeans git tutorial does not mention git blame.

like image 535
Frank Kusters Avatar asked Dec 03 '13 10:12

Frank Kusters


People also ask

How do I blame in git?

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. The output format of git blame can be altered with various command line options.

How do you use blame?

to think or say that someone or something is responsible for something bad blame somebody/something (for something) She doesn't blame anyone for her father's death. A dropped cigarette is being blamed for the fire. blame something on somebody/something Police are blaming the accident on dangerous driving.


1 Answers

  • Main menu "Team->Show Annotations" OR
  • "Git->Show Annotations" in the context menu of a file in the project/files view OR
  • define a shortcut for the action "Show Annotations" (Category Git) in the keymap options
like image 188
Ben Avatar answered Oct 22 '22 16:10

Ben