Created
September 30, 2014 19:36
-
-
Save bjacobowski/b65ca1f763547614c98d to your computer and use it in GitHub Desktop.
Create github repo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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