I have a ton of new files to commit. Clicking each one in git gui (Windows) to stage is annoying.
How can I can I commit a whole bunch of files at once?
Don't use the gui ^^ ... a git add . will add all new files to the index.
git add .