views:

60

answers:

1

gist.github.com is incredibly handy, but I'd like to be able run something similar for sharing code samples internally with other developers behind the firewall where I work, so I don't constantly need to be sanitising my code all the time, just to talk about code examples.

Does anything like this exist?

I'm not after big project management tools, just a way to make throwaway gists, and share links easily, that also happen to be git repos, just like gist.github.com

A: 

The killer feature of github's gists in my opinion is their git integration. You can clone your gists, version control them etc.

If you need just need something to collaborate, you can choose one of the open source pastebins listed on http://en.wikipedia.org/wiki/Comparison_of_pastebins and make an install locally inside your intranet. One that comes to mind is http://dpaste.org/

Noufal Ibrahim