Is there an internal alternative to gist.github.com to run behind a firewall?

Chris Adams picture Chris Adams · Oct 13, 2010 · Viewed 16.9k times · Source

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

Answer

weakish picture weakish · Apr 4, 2011

You may check pastgit: git backed paste server (gist python clone)

https://github.com/mmikulicic/pastgit

Also gitpaste: (another gist clone based on Django)

https://github.com/justinvh/gitpaste