I get this kind of message when i am trying to pull from NetBeans 7.2:
==[IDE]== 05-nov-2012 14:52:04 Pulling...
git pull ssh://git@ip/home/git/project/ +refs/heads/Dev_Nov_1:refs/remotes/origin/Dev_Nov_1
Branch : origin/Dev_Nov_1
Old Id : xxxx
New Id : xxxy
Result : FAST_FORWARD
Merge Result: Fast-forward
Merge of HEAD with origin/Dev_Nov_1:
Commit Log
revision : xxxx
author : cesar
date : 05-nov-2012 14:51:13
summary : test commit
==[IDE]== 05-nov-2012 14:52:38 Pulling... finished.
And I would like to get also the list of modified files .
I know that using git log --stat
I can get it, but does anyone know how to do this using Netbeans?
In the Projects window, right-click the file you want to commit. [start=2] . In the context menu, choose Git > Commit .
In Netbeans if you have a file as your active window then it will only commit that file. To commit multiple modified files right click on the name of the project in the Project Window (usually on the left of the screen--you can also go to "Window" in the menu and activate it there), select Git, and then select commit.
Open NetBeans, go to Team and select Clone… Then go to GitHub and select the project you want to clone: On the next screen paste the clone https URL along with your GitHub credentials.
To get a list of files changed:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With