Horje
create a repo using github api Code Example
create a repo using github api
#On your Github account: go to Settings -> Developer Settings -> Personal Access Token Under OAuth Apps. 
#Now, Generate a New Access token with Required privileges enabled. Ignore This if you already have one. 
#Replace ACCESS_TOKEN with Token and NEW_REPO_NAME with your New Repository Name in the command below:

curl -H "Authorization: token ACCESS_TOKEN" --data '{"name":"NEW_REPO_NAME"}' https://api.github.com/user/repos




Shell

Related
remove all stopped containers Code Example remove all stopped containers Code Example
view path powershell Code Example view path powershell Code Example
git force checkout Code Example git force checkout Code Example
flutter doctor - CocoaPods installed but not working Code Example flutter doctor - CocoaPods installed but not working Code Example
install python math library Code Example install python math library Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10