Learn version control
A component of software configuration management, version control, also known as revision control or source control, is the management of changes to documents, computer programs, large web sites, and other collections of information. Changes are usually identified by a number or letter code, termed the "revision number," "revision level," or simply "revision." For example, an initial set of files is "revision 1." When the first change is made, the resulting set is "revision 2," and so on. Each revision is associated with a timestamp and the person making the change. Revisions can be compared, restored, and with some types of files, merged. - wikipedia
The current modern solution for version control is Git. Learn it!
General Learning:
- codeschool.com [interact]
- Git Fundamentals [watch][$]
- Getting Git Right [read]
- Ry’s Git Tutorial [read]
- Pro Git [read]
Mastering:
- Advanced Git Tutorials [read]
- Pro Git [read]