Is there a method / system / program to keep track of different stages and changes in writing the co
Posted
by Luay
on Stack Overflow
See other posts from Stack Overflow
or by Luay
Published on 2010-05-06T17:03:01Z
Indexed on
2010/05/23
22:30 UTC
Read the original article
Hit count: 229
forgive me, but I don't know the technical term to know what to search for.
I am trying to find a way to keep track of changes in my code during the development of my program. something that would allow me to go back to a section of code that I deleted. I am not talking about "undo". But rather a way that would let me keep track or be able to retrieve a section of my code that I deleted but now want it back.
Is there such a way. If there is, then what is this whole system/procedure called? Is there something that integrates with visual studio 2010?
Many thanks for your help.
© Stack Overflow or respective owner