1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 16:54:33 +02:00

[git] Fix typo error in guide

This commit is contained in:
Christos Kontas
2013-10-08 18:48:46 +03:00
parent 2f4b2e319b
commit 80e8200b55

View File

@@ -40,7 +40,7 @@ Version control is a system that records changes to a file, or set of files, ove
### Repository ### Repository
A set of files, directories, historical records, commits, and heads. Imagine it as a source code datastructure, A set of files, directories, historical records, commits, and heads. Imagine it as a source code data structure,
with the attribute that each source code "element" gives you access to its revision history, among other things. with the attribute that each source code "element" gives you access to its revision history, among other things.
A git repository is comprised of the .git directory & working tree. A git repository is comprised of the .git directory & working tree.