Skip to content

Commit 84fdd77

Browse files
Link to GitHub's 'Git Cheat Sheet'
1 parent 4da0d7e commit 84fdd77

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

git-github-introduction.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,11 @@ https://help.github.com/articles/resolving-a-merge-conflict-from-the-command-lin
377377

378378
Typing `git help -a` on the command-line outputs the full list of commands
379379
supported by Git. Consult Git's help pages for more information about each
380-
command. [Zackperdue.com](http://zackperdue.com/tutorials/super-useful-need-to-know-git-commands)
381-
is another resource that covers useful Git commands.
380+
command.
381+
[Zackperdue.com](http://zackperdue.com/tutorials/super-useful-need-to-know-git-commands)
382+
is another resource that covers useful Git commands, and GitHub's [Git Cheat
383+
Sheet](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf)
384+
is a handy reference.
382385

383386
The section below lists some useful, common Git commands.
384387

0 commit comments

Comments
 (0)