Commit all modified files to Github in Netbeans

github, netbeans

Solution

Okay, I figured out the answer. Hopefully it will help another lost soul in the future.

Right click on the project name -> Git -> Commit.

Problem

In our project we are using Netbeans. When I try to commit the files I have modified in Netbeans it only brings up the current file and I have to do a commit for every file I have modified. I have seen where my co-worker can hit "Commit" and it will bring up every file he has modified, but neither of us know how to change the settings to allow multiple file commits. I've tried looking online for options, but haven't found an answer. Does anyone have any suggestions? Thanks!

Original source