notes/git_create_repo_from_cli.txt
2022-07-20 03:49:35 -07:00

1 line
84 B
Text

curl -u $USER:$GH_TOKEN https://api.github.com/user/repos -d '{"name": "testrepo"}'