I have just created a GIT on a folder. I now want to add the contents of that folder by "staging" all the files. In the GUI, is there a way to select all the files. I have well over 4000 files and clicking one at a time is proving to be a bit of a pain.
So the command to stage all changes for git is git add -A .
Ctrl+T/Ctrl+U: Stage/unstage selected file. Ctrl+I: Stage all files (asks if you want to add new files if there are any) Ctrl+J: Revert changes.
Yes,
Select the items (select top one hit shift, select bottom one) and hit CTRL T
Or go to commit -> stage to commit
Quite late, but one method is to add an option in the 'Tools' menu.
git add *
Add
button in the bottom right.Now, click Tools>Add all and all changes will be staged. Hope this helps!
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