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:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user