Skip to content

Instantly share code, notes, and snippets.

@bjacobowski
Created September 30, 2014 19:36
Show Gist options
  • Save bjacobowski/b65ca1f763547614c98d to your computer and use it in GitHub Desktop.
Save bjacobowski/b65ca1f763547614c98d to your computer and use it in GitHub Desktop.
Create github repo
curl -u 'bjacobowski' https://api.github.com/user/repos -d '{\"name\":\"projectname\",\"description\":\"This project is a test\"}'
git remote add origin git@github.com:bjacobowski/projectname.git
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment