Skip to content

Commit 6c1ec83

Browse files
Improve git clone documentation
1 parent 0f9a05f commit 6c1ec83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/git/concepts/clone/clone.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ $ git clone https://github.com/Codecademy/docs.git
3838
remote: Total 21512 (delta 2233), reused 1727 (delta 1466), pack-reused 17995
3939
Receiving objects: 100% (21512/21512), 3.48 MiB | 9.56 MiB/s, done.
4040
Resolving deltas: 100% (10600/10600), done.
41+
42+
## Simple Explanation
43+
The `git clone` command is used to copy a remote Git repository to your local machine so you can work on the project locally.
44+
4145
```

0 commit comments

Comments
 (0)