Skip to content

Instantly share code, notes, and snippets.

@envato-systems
envato-systems / gist:3133910
Created July 18, 2012 03:08
generate new oauth token
curl -v https://api.github.com/authorizations -X POST -u envato-systems -p -d '{"scopes":["repo"], "note":"staging VM build script"}'