Frank Kusters
Frank Kusters

Reputation: 2634

How do I do a 'git blame' in 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.

Upvotes: 34

Views: 5884

Answers (1)

Ben
Ben

Reputation: 2255

  • 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

Upvotes: 72

Related Questions