Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: docker-compose update code without using build again 
Shell :: ubuntu install elasticsearch terminal 
Shell :: rename python3 to python 
Shell :: bash list processes mac 
Shell :: remove git from project in windows 
Shell :: git tag and relasease 
Shell :: uninstall/remove libreoffice from ubuntu 
Shell :: find exclude hidden files 
Shell :: install openssl 1.0.2 
Shell :: linux cmd uninstall 
Shell :: combine commands bash 
Shell :: reset gui linux 
Shell :: bash scripts options without arg 
Shell :: install adb 
Shell :: bash run a command every x second 
Shell :: Remove all your local git branches but keep master 
Shell :: -bash: /bin/rm: Argument list too long inodes 
Shell :: .gitignore is not ignoring directories 
Shell :: bash get value after equal sign 
Shell :: how to create tag in git 
Shell :: bash copy file and rename 
Shell :: anconda install django 
Shell :: uninstall all requirements 
Shell :: Accessors are only available when targeting ECMAScript 5 and higher. 
Shell :: is lubuntu better than ubuntu 
Shell :: how to stop tomcat server in macos 
Shell :: intall docker ubuntu command 
Shell :: powershell check if software is installed 
Shell :: bash copy contents of file to clipboard 
Shell :: linux remove folder and all his content 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =