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

git, netbeans

Solution

- 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

Problem

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`.

Original source