Project Awesome project awesome

GitHub > Cheat Sheet

Collection 55.8k stars GitHub

GitHub

rails/rails 58.4k updated 2d ago

the following filter is built by selecting the label "activerecord"

octokit/octokit.rb 3.9k updated 1mo ago

pull request

languages YAML file 13.4k updated 7d ago
scotch-io/All-Github-Emoji-Icons
Hub 22.9k updated 2y ago

is a command line Git wrapper that gives you extra features and commands that make working with GitHub easier.

GitHub Explore

GitHub Resources

GitHub Blog

GitHub Resources

How GitHub Uses GitHub to Build GitHub

GitHub Talks

Introduction to Git with Scott Chacon of GitHub

GitHub Talks

How GitHub No Longer Works

GitHub Talks

Git and GitHub Secrets

GitHub Talks

More Git and GitHub Secrets

GitHub Talks

https://github.com/tiimgreen.keys

You can get a list of public ssh keys in plain text format by visiting: https://github.com/{user}.keys

https://github.com/tiimgreen.png

You can get a user's profile image by visiting: https://github.com/{user}.png

tiimgreen/toc 14 updated 12y ago

12

task lists
Read more about repository metadata and plugin support for GitHub Pages.

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.

Read more about viewing YAML metadata in your documents.

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

Read more about rendering tabular data.

GitHub supports rendering tabular data in the form of .csv (comma-separated) and .tsv (tab-separated) files.

Read more about rendering PDF.

GitHub supports rendering PDF:

Read more about reverting pull requests

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