'How can you create GitHub gists that live under an organization account instead of a personal account?
I manage an organization https://github.com/marklogic. I see we actually have one gist under https://gist.github.com/marklogic/ ; I can't figure out how to get any more gists there though. Is there a way?
Solution 1:[1]
Gists are just simplified Git repos, so if you need something to live in your org, it's probably just best to create a full repo instead.
On the other hand, I'm pretty sure GitHub Enterprise does support internal-only Gists, so you could use that if your company changed from a Org group to an Enterprise account.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Nick |
