0

What are the shortcuts to

  1. commit ,
  2. push ,
  3. log,

How to get history in Netbeans Git?

1 Answer 1

1

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)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.