Revision control: A software engineering technique used during development to manage the history of changes we made to files, directories, projects, etc., making it easy to view the history of changes and back it up to restore previous versions.
Baidu Encyclopedia related entries
Git reference manual
Mainstream version controllers:
- Git
- SVN(subversion)
- CVS(concurrent version system)
- VSS(microsoft visual sourcesafe)
- TFS(team foundation serve)
- visual studio online
- …