Github Gists: 7 easy steps to push a local repository.
- Go to http://gist.github.com
- Type “coming soon” in the text box
- Click “Create public Gist”
- Copy the clone URL
git remote add origin <url>
git push origin master -f
- There is no step 7!
Github Gists: 7 easy steps to push a local repository.
git remote add origin <url>
git push origin master -f