I'm quite new to using NetBeans and today I faced a problem. I have used to stage only part of files to make better commits.
I have used vim and fugitive plug-in, where I can just move specific lines from unstaged to staged.
I can do a workaround by calling git add -p, but it would be nice to do it straight from NetBeans IDE.
Is there a mysterious way to do it simple by clicking somewhere and stage specific line(s)?