Created
April 19, 2012 00:07
-
-
Save dbb/2417470 to your computer and use it in GitHub Desktop.
Create a new Github repository from the command line using cURL
This file contains hidden or 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 -F login=$( git config github.user ) -F token=$( git config github.token ) https://github.com/api/v2/yaml/repos/create -F name=$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment