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
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,24 @@ Git is the open source distributed version control system that facilitates GitHu
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
9
-
https://windows.github.com
9
+
http://windows.github.com
10
10
11
11
### GitHub for Mac
12
-
https://mac.github.com
12
+
http://mac.github.com
13
13
14
14
Git distributions for Linux and POSIX systems are available on the official Git SCM web site.
15
15
16
-
###Git for All Platforms
16
+
###Git for all platforms
17
17
http://git-scm.com
18
18
19
19
## Configure tooling
20
20
Configure user information for all local repositories
21
21
22
22
```git config --global user.name "[name]"```
23
-
Set your name that will be recorded for commit transactions
23
+
Set the name you want attached to your commit transactions
0 commit comments