-
-
Save denegny/87d98f166d9197501bdcc7f88d0aaf1a 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