1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-12 10:53:58 +02:00

Make words better

This commit is contained in:
Tim Green
2014-04-12 21:27:00 +01:00
parent 1a386b17f9
commit 1dc9b7a4b2

View File

@@ -55,7 +55,7 @@ $ git checkout -
[Gists](https://gist.github.com/) are an easy way to work with small bits of code without creating a fully fledged repo.
Gists are also full repos so can be cloned like any other:
Although, Gists can be treated full repos so can be cloned like any other:
```bash
$ git clone https://gist.github.com/tiimgreen/10545817
```