Search code examples
gitgit-guigit-commit

How can I commit many new files with git gui without clicking each of it?


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?


Solution

  • Don't use the gui ^^ ... a git add . will add all new files to the index.