Hi,
Assumming I have 2 list unstaged files and staged file, I want to switch the change of unstaged files to be staged and the change of staged files to be unstaged.
In some previous versions of source tree; I only select all the staged files, click "Stage All", then the list on staged files will show all files but the pre-selected of staged files will be kept. Therefore, only click "unstagled selected", I have switched the change of the file.
Use case: I have some config change on local that should not be commited to a branch while still tracking the nessarry source change. in order to keep local change, I staged local change and continue to code. Finally, I switch the change of the 2 groups as expected.
Afer installing new source tree, the pre-selected staged files will be lost when clicking "unstage all". please fix this bug on new version.
Regards,