What are the shortcuts to
- commit ,
- push ,
- log,
How to get history in Netbeans Git?
As illustrated by issue 235887, the general way to explorer shortcuts with NetBeans is:
Tools -> Options -> Keymap
The shortcut for commit, for instance, was added in rev ca51cb132a44 in 2013.
You can attach a shortcut through Tools -> Options -> Keymap -> Git/Commit Project...
Issue 257502 offers an example of key mapping:
I used this mapping, although it conflicts with 'transpose letters' keys:
- Push to upstream (git) CTRL D
- Pull from upstream (git) CTRL T
- Commit project: ALT K
Issue 232130 mentions selecting projects -> right click -> git -> show history (for git log).
But there is no graph visualization yet (issue 221662)