8000 Merge pull request #129 from JuanitoFatas/feature/pdf · kevinSuttle/github-cheat-sheet@bca0a2e · GitHub
[go: up one dir, main page]

Skip to content

Commit bca0a2e

Browse files
committed
Merge pull request tiimgreen#129 from JuanitoFatas/feature/pdf
Add Rendering PDF
2 parents 4d4c6bb + 67da277 commit bca0a2e

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
3636
- [Metadata and Plugin Support for GitHub Pages](#metadata-and-plugin-support-for-github-pages)
3737
- [Viewing YAML Metadata in your Documents](#viewing-yaml-metadata-in-your-documents)
3838
- [Rendering Tabular Data](#rendering-tabular-data)
39+
- [Rendering PDF](#rendering-pdf)
3940
- [Revert a Pull Request](#revert-a-pull-request)
4041
- [Diffs](#diffs)
4142
- [Rendered Prose Diffs](#rendered-prose-diffs)
@@ -193,11 +194,11 @@ This means you also can modify and push updates to Gists:
193194
```bash
194195
$ git commit
195196
$ git push
196-
Username for 'https://gist.github.com':
197-
Password for 'https://tiimgreen@gist.github.com':
197+
Username for 'https://gist.github.com':
198+
Password for 'https://tiimgreen@gist.github.com':
198199
```
199200

200-
However, Gists do not support directories. All files need to be added to the repository root.
201+
However, Gists do not support directories. All files need to be added to the repository root.
201202
[*Read more about creating Gists.*](https://help.github.com/articles/creating-gists)
202203

203204
### Git.io
@@ -461,8 +462,16 @@ GitHub supports rendering tabular data in the form of `.csv` (comma-separated) a
461462

462463
[*Read more about rendering tabular data.*](https://github.com/blog/1601-see-your-csvs)
463464

465+
### Rendering PDF
466+
467+
GitHub supports rendering PDF:
468+
469+
![PDF](https://cloud.githubusercontent.com/assets/1000669/7492902/f8493160-f42e-11e4-8cea-1cb4f02757e7.png)
470+
471+
[*Read more about rendering PDF.*](https://github.com/blog/1974-pdf-viewing)
472+
464473
###Revert a Pull Request
465-
After a pull request is merged, you may find it does not help anything or it was a bad decision to merge the pull request.
474+
After a pull request is merged, you may find it does not help anything or it was a bad decision to merge the pull request.
466475

467476
You can revert it by clicking the **Revert** button on the right side of a commit in the pull request page to create a pull request with reverted changes to this specific pull request.
468477

@@ -594,7 +603,7 @@ On branch master
594603
Changes not staged for commit:
595604
deleted: a
596605
deleted: c
597-
606+
598607
$ git rm $(git ls-files -d)
599608
rm 'a'
600609
rm 'c'

0 commit comments

Comments
 (0)
0