There’s no faster way to share and manage snippets of code than Gist. gist.github.com has all the functionality of the github.com. It gives you a quick URL for your work and allows others to fork just as easily as a github project.
From gist.github.com:
Gist is a simple way to share snippets and pastes with others. All gists are Git repositories, so they are automatically versioned, forkable and usable from Git.
For example, a you can quickly and cleanly create a little bit (or a lot) of code and share it publicly or keep it privately:
https://gist.github.com/danblee/50fe04265524b0b923c2
Certain blogs or online communities, such as the Python IRC channel, use it exclusively to share and discuss code.
Cheers!
Recent Activity