@@ -36,7 +36,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
36
36
- [ Rendering Tabular Data] ( #rendering-tabular-data )
37
37
- [ Revert a Pull Request] ( #revert-a-pull-request )
38
38
- [ Diffs] ( #diffs )
39
- - [ Rendered prose Diffs] ( #rendered-prose-diffs )
39
+ - [ Rendered Prose Diffs] ( #rendered-prose-diffs )
40
40
- [ Diffable Maps] ( #diffable-maps )
41
41
- [ Expanding Context in Diffs] ( #expanding-context-in-diffs )
42
42
- [ Diff or Patch of Pull Request] ( #diff-or-patch-of-pull-request )
@@ -300,7 +300,7 @@ GitHub uses [Linguist](https://github.com/github/linguist) to perform language d
300
300
[ * Read more about GitHub Flavored Markdown.* ] ( https://help.github.com/articles/github-flavored-markdown )
301
301
302
302
### Emojis
303
- Emojis can added to on Pull Requests, Issues, commit messages, Markdown files, etc. using ` :name_of_emoji: ` :
303
+ Emojis can be added to Pull Requests, Issues, commit messages, Markdown files, etc. using ` :name_of_emoji: ` :
304
304
305
305
```
306
306
:smile:
@@ -350,7 +350,7 @@ When on a comment thread and you want to quote something someone previously said
350
350
[ * Read more about quick quoting.* ] ( https://github.com/blog/1399-quick-quotes )
351
351
352
352
### Quick Licensing
353
- When creating a repository GitHub gives you the options of adding in a pre-made license:
353
+ When creating a repository, GitHub gives you the option of adding in a pre-made license:
354
354
355
355
![ License] ( http://i.imgur.com/Chqj4Fg.png )
356
356
@@ -452,11 +452,11 @@ You can revert it by clicking the **Revert** button on the right side of a commi
452
452
453
453
![ Revert button] ( https://camo.githubusercontent.com/0d3350caf2bb1cba53123ffeafc00ca702b1b164/68747470733a2f2f6769746875622d696d616765732e73332e616d617a6f6e6177732e636f6d2f68656c702f70756c6c5f72657175657374732f7265766572742d70756c6c2d726571756573742d6c696e6b2e706e67 )
454
454
455
- [ * Read more about Revert pull request ] ( https://github.com/blog/1857-introducing-the-revert-button )
455
+ [ * Read more about reverting pull requests * ] ( https://github.com/blog/1857-introducing-the-revert-button )
456
456
457
457
### Diffs
458
458
#### Rendered Prose Diffs
459
- Commits and pull requests including rendered documents supported by GitHub (e.g. Markdown) feature * source* and * rendered* views.
459
+ Commits and pull requests, including rendered documents supported by GitHub (e.g. Markdown), feature * source* and * rendered* views.
460
460
461
461
![ Source / Rendered view] ( https://github-images.s3.amazonaws.com/help/repository/rendered_prose_diff.png )
462
462
@@ -551,7 +551,7 @@ Adding a `CONTRIBUTING` file to the root of your repository will add a link to y
551
551
| GitHub Explore | https://github.com/explore |
552
552
| GitHub Blog | https://github.com/blog |
553
553
| GitHub Help | https://help.github.com/ |
554
- | GitHub Training | http ://training.github.com/ |
554
+ | GitHub Training | https ://training.github.com/ |
555
555
| GitHub Developer | https://developer.github.com/ |
556
556
557
557
#### GitHub Talks
@@ -859,7 +859,7 @@ $ git config --global color.ui 1
859
859
| Everyday Git | http://git-scm.com/docs/everyday |
860
860
| Git Immersion | http://gitimmersion.com/ |
861
861
| Ry's Git Tutorial | http://rypress.com/tutorials/git/index.html |
862
- | Git for Designer | http://hoth.entp.com/output/git_for_designers.html |
862
+ | Git for Designers | http://hoth.entp.com/output/git_for_designers.html |
863
863
| Git for Computer Scientists | http://eagain.net/articles/git-for-computer-scientists/ |
864
864
| Git Magic | http://www-cs-students.stanford.edu/~blynn/gitmagic/ |
865
865
| GitHub Training Kit | http://training.github.com/kit |
0 commit comments