Currently, if a file is modified and the user wishes to switch branches, VisualGit will allow this action and the modifications to the respective files will be kept throughout branches.
VisualGit should be able to disallow branch checkout operation if there are any modified files (as currently, it would mimic git stash and apply automatically when moving between branches).
Currently, if a file is modified and the user wishes to switch branches, VisualGit will allow this action and the modifications to the respective files will be kept throughout branches.
VisualGit should be able to disallow branch checkout operation if there are any modified files (as currently, it would mimic git stash and apply automatically when moving between branches).
@softeng-701