https://stackoverflow.com/questions/1344908/how-do-i-stage-all-files-at-once-in-git-gui
- Click 'Tools'>Add...
- Name it whatever you want (I chose 'add all')
- In the 'Command' field, type git add *
- Optionally check the boxes to remove a dialog window, output window, and global configuration.
- Click the Add button in the bottom right.