What happens if forked Gist is deleted?

Viewed 100
1 Answers

I've contacted support and the answer from Robert Norrie (GitHub Support) was

If the original gist is deleted, any forks simply lose their fork relationship with the original and become a standalone gist. They don't get deleted.

So, no need to do the backups.

Related