http://www.perlmonks.org?node_id=688464


in reply to Re: Periodic Save As
in thread My preferred version control system is...

I have to agree here. I started picking up git recently on my (sad, weak, toy) programming projects, and I have to say, being able to look back at what I did two or three revisions back is nice.

Also, it just seems simpler to use branching for features I'm experimenting with than to copy the whole project.