visual studio 2010 - How to keep VS change history after saving? -


when 1 makes few changes code in visual studio, undoes of them (ctrl+z) , saves code (ctrl+s) whole change history point onward (all undone changes) lost - 1 can't redo these changes (ctrl+y). history point backward kept vs forward part of unknown reason dropped.

any way keep whole history?

use source control (or local source control on desktop if that's not feasible), , can roll backwards or forwards tons of changes, check in more often.

with git example can check in every few minutes , able roll or forward individual lines or commits.

they using vss here, i'm using git local undo/redo extensions. source control best way handle more lengthy change histories referring to.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -