Skip to content

Instantly share code, notes, and snippets.

@jishanshaikh4
Created May 26, 2022 21:03
Show Gist options
  • Save jishanshaikh4/32c71f693a3da1297c8774b22d551760 to your computer and use it in GitHub Desktop.
Save jishanshaikh4/32c71f693a3da1297c8774b22d551760 to your computer and use it in GitHub Desktop.
Create remote GitHub repository: Make sure you are signed in
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