You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: downloads/github-git-cheat-sheet.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
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.
4
4
5
-
## Install git
5
+
## Install Git
6
6
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.
7
7
8
8
### GitHub for Windows
@@ -11,7 +11,7 @@ http://windows.github.com
11
11
### GitHub for Mac
12
12
http://mac.github.com
13
13
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.
15
15
16
16
### Git for all platforms
17
17
http://git-scm.com
@@ -155,7 +155,7 @@ Temporarily stores all modified tracked files
155
155
156
156
```$ git stash pop```
157
157
158
-
Restores the most recent stashed files
158
+
Restores the most recently stashed files
159
159
160
160
161
161
```$ git stash list```
@@ -229,7 +229,7 @@ Downloads bookmark history and incorporates changes
229
229
---
230
230
231
231
## 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.
0 commit comments