Created
May 26, 2022 21:03
-
-
Save jishanshaikh4/32c71f693a3da1297c8774b22d551760 to your computer and use it in GitHub Desktop.
Create remote GitHub repository: Make sure you are signed in
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 -u USER https://api.github.com/user/repos -d '{"name":"REPO"}' | |
# Replace USER with your GH username and REPO with your repository name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment