What is the difference between GitHub and gist?
问题 What is the purpose of gist and how is it different from regular code sharing/maintaining using GitHub? 回答1: GitHub is the entire site. Gists are a particular service offered on that site, namely code snippets akin to pastebin. However, everything is driven by git revision control, so gists also have complete revision histories. 回答2: My Personal View of Gist and GitHub: Gist: Gist is a simple way to share code snippets and pastes with others. It is used when you need to share a sample piece