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?
A nice answer from @Sam Saffron to a similar question states
Select the items (select top one, hit shift, select bottom one) and hit CTRL T
Or go to commit -> stage to commit
Don't use the gui ^^ ... a git add .
will add all new files to the index.
I think if you high light them all and type ctrl+t, then you should stage all the selected files, although I find one normally gets left over for some unknown reason.
You could have a look at GIT Extensions for a different GUI - I find it pretty easy to use.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With