In Netbeans 7.1 Git support has been added, however, I don\'t see a way to change commiter information. Currently, it\'s defaulting to my system information which is not what I
Try setting it in the local gitconfig file .git/config:
.git/config
[user] name = yourname email = youremail