Updates. By Jeff Kreeftmeijer

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!