[ACCEPTED]-How do I stage all files at once in Git Gui?-git-gui
Accepted answer
Yes,
Select the items (select top one hit shift, select 2 bottom one) and hit CTRL T
Or go to commit -> stage 1 to commit
Quite late, but one method is to add an 3 option in the 'Tools' menu.
- 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.
Now, click Tools>Add 2 all and all changes will be staged. Hope 1 this helps!
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.