1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 04:20:39 +02:00

Update git.html.markdown

Fixed some whitespace issues.
This commit is contained in:
Jake Prather
2013-07-15 18:15:49 -05:00
parent c0a20ed6e6
commit ca4b019095

View File

@@ -26,7 +26,7 @@ of your source code.
// What is version control?
///////////////////////////////////////
Version control is a system that records changes to a file, or set of files over time.
Version control is a system that records changes to a file, or set of files, over time.
///////////////////////////////////////
// Centralized Versioning VS Distributed Versioning