Skip to content

Instantly share code, notes, and snippets.

@adamrobbie
Created November 4, 2012 12:55
Show Gist options
  • Save adamrobbie/4011805 to your computer and use it in GitHub Desktop.
Save adamrobbie/4011805 to your computer and use it in GitHub Desktop.
Remotely create a github rep
curl -u 'USER:PASS' https://api.github.com/user/repos -d '{"name":"REPO"}'
git remote add origin [email protected]:USER/REPO.git
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment