Marketplace
The place where you can find tools to build on and improve your workflow.
Click here to head to the marketplace.
Gist
Creating Gists are a way to share your work. You can share single files, parts of files, or full applications.
You can access Gists at here.
Every Gist is a Git repository, which means that it can be forked and cloned.
Note: Currently, it is not possible to create a pull request for a Gist. The original owner must be contacted so he could make the changes.
Types of Gists
Public Gists
Public Gists show up in Discover, where people can browse new Gists as they're created. They're also searchable, so you can use them if you'd like other people to find and see your work. After creating a Gist, you cannot convert it from public to secret, or from secret to public.
Secret Gists
Secret Gists don't show up in Discover and are not searchable. Use them to jot down an idea that came to you in a dream, create a to-do list, or prepare some code or prose that's not ready to be shared with the world. After creating a Gist, you cannot convert it from public to secret, or from secret to public.
Secret Gists aren't private. If you send the URL of a secret Gist to a friend, they'll be able to see it. However, if someone you don't know discovers the URL, they'll also be able to see your Gist. If you need to keep your code away from prying eyes, you may want to create a private repository instead.
Anonymous Gists
If you create a Gist without logging into GitHub, it will be an anonymous Gist. Anonymous Gists can be public or secret.