Skip to content

Commit cb006ce

Browse files
committed
Glue web site back together into website
1 parent 81eabc4 commit cb006ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

downloads/github-git-cheat-sheet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Git is the open source distributed version control system that facilitates GitHub activities on your laptop or desktop. This cheat sheet summarizes commonly used Git command line instructions for quick reference.
44

5-
## Install git
5+
## Install Git
66
GitHub provides desktop clients that include a graphical user interface for the most common repository actions and an automatically updating command line edition of Git for advanced scenarios.
77

88
### GitHub for Windows
@@ -11,7 +11,7 @@ http://windows.github.com
1111
### GitHub for Mac
1212
http://mac.github.com
1313

14-
Git distributions for Linux and POSIX systems are available on the official Git SCM web site.
14+
Git distributions for Linux and POSIX systems are available on the official Git SCM website.
1515

1616
### Git for all platforms
1717
http://git-scm.com
@@ -155,7 +155,7 @@ Temporarily stores all modified tracked files
155155

156156
```$ git stash pop```
157157

158-
Restores the most recent stashed files
158+
Restores the most recently stashed files
159159

160160

161161
```$ git stash list```
@@ -229,7 +229,7 @@ Downloads bookmark history and incorporates changes
229229
---
230230

231231
## GitHub Training
232-
Learn more about using GitHub and Git. Email the Training Team or visit our web site for learning event schedules and private class availability.
232+
Learn more about using GitHub and Git. Email the Training Team or visit our website for learning event schedules and private class availability.
233233

234234
235235
* training.github.com

0 commit comments

Comments
 (0)