1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-18 20:41:29 +02:00
This commit is contained in:
Adam
2013-07-23 07:52:21 -07:00
parent 4e848cbfd0
commit de1fc9ddbc
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ filename: LearnGit.txt
Git is a distributed version control and source code management system.
Git does this through a series of snapshopts of your project, and it works
Git does this through a series of snapshots of your project, and it works
with those snapshots to provide you with functionality to version and
manage your source code.