Skip to content

Commit cf8db68

Browse files
author
Matthew McCullough
committed
Merge pull request #16 from github/enhance-foundations-outlines-cheat
Add `clone` glossary link. Many more glossary links to follow.
2 parents f220121 + 24ba7b9 commit cf8db68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cheatsheets/github-foundations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Git is an open source distributed version control system invented by Linus Torva
2121
GitHub is a Git repository hosting and code collaboration platform for both open source and private projects.
2222

2323
### A Brief Tour of Git
24+
<a href="https://help.github.com/articles/github-glossary#clone" class="glossarylink">Glossary: Clone</a>
25+
2426
Git has a unique twist on version control in which each _cloned_ copy of the repository contains all branches, tags, and commits ever saved to the project. This provides local-disk speed for almost any operation. Network operations are performed in batch and compressed before sending, thus making over-the-wire operations seem incredibly fast.
2527

2628
## Setup

0 commit comments

Comments
 (0)