kblincoe / VisualGit_SE701_2

1 stars 0 forks source link

Prevent users from switching branches with modified files #64

Closed jxturtle closed 6 years ago

jxturtle commented 6 years ago

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

softeng-701 commented 6 years ago

Approved @jxturtle