GitHub > Cheat Sheet
GitHub
the following filter is built by selecting the label "activerecord"
pull request
is a command line Git wrapper that gives you extra features and commands that make working with GitHub easier.
GitHub Resources
GitHub Resources
GitHub Talks
GitHub Talks
GitHub Talks
GitHub Talks
GitHub Talks
You can get a list of public ssh keys in plain text format by visiting: https://github.com/{user}.keys
You can get a user's profile image by visiting: https://github.com/{user}.png
12
Within Jekyll pages and posts, repository information is available within the site.github namespace, and can be displayed, for example, using {{ site.github.project_title }}. The Jemoji and jekyll-mentions plugins enable emoji and @mentions in your Jekyll posts and pages to work just like you'd expect when interacting with a repository on GitHub.com.
Many blogging websites, like Jekyll with GitHub Pages, depend on some YAML-formatted metadata at the beginning of your post. GitHub will render this metadata as a horizontal table, for easier reading
GitHub supports rendering tabular data in the form of .csv (comma-separated) and .tsv (tab-separated) files.
GitHub supports rendering PDF:
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. 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.
Task Lists in Markdown Documents
Diffs
Any time you view a commit or pull request on GitHub that includes geodata, GitHub will render a visual representation of what was changed.
Using the unfold button in the gutter of a diff, you can reveal additional lines of context with a click. You can keep clicking unfold until you've revealed the whole file, and the feature is available anywhere GitHub renders diffs.
GitHub can display several common image formats, including PNG, JPG, GIF, and PSD. In addition, there are several ways to compare differences between versions of those image formats.