RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index b018826..f664fb3 100644 (file)
@@ -394,7 +394,7 @@ public class RepoStatusPopover : Object
               
                
                GitMonitor.gitmonitor.stop();
-               _this.repo.git({ "stash" , "--all" });
+               _this.repo.git({ "reset" , "--hard" });
                _this.repo.loadStatus();
                GitMonitor.gitmonitor.start();
                 _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);