Search Results

3
votes

Source control vs. Revision Control?

Version Control System (VCS) is the most commonly used term Source Code Management (SCM) is used in git, but it's sort of invented and can be confus …
0
votes

What is the Difference Between Mercurial and Git?

There's one huge difference between git and mercurial; the way the represent each commit. git represents commits as snapshots, while mercurial r …