Github Gists: 7 easy steps to push a local repository.
1. Go to http://gist.github.com
2. Type “coming soon” in the text box
3. Click “Create public Gist”
4. Copy the clone URL
5. `git remote add origin <url>`
6. `git push origin master -f`
7. There is no step 7!
Joking aside, is this still the easiest way to do this, or has this space been disrupted since I started doing it like this ten years ago?
@jkreeftmeijer if you're using it as a snippet *repo* just use a srht repo called "snippets"? Idk.