Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create github repo with curl

winpty curl -H 'Authorization: token [GENERATED_TOKEN]' https://api.github.com/user/repos -d '{"name":"[REPO_NAME_YOU_WANT]"}'

# follow steps here to generate token:
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line

# note : you can add parameters to you command to set a description, switch to private, etc...
Comment

PREVIOUS NEXT
Code Example
Shell :: git remote push 
Shell :: how to fix libffi missing in macos 
Shell :: how to make QtWebengine have smooth scrolling 
Shell :: ubuntu change /etc/resolv.conf 
Shell :: tar.exe zip format 
Shell :: git bash remove files with extension recursively 
Shell :: git clone assigning a different local branch name 
Shell :: untar ubuntu 
Shell :: shell list files in directory 
Shell :: delete archivelog sysdate-1 
Shell :: docker prune dangling none 
Shell :: npm install proxy 
Shell :: how to download jira 
Shell :: TypeError: Could not load reporter "mochawesome" 
Shell :: download heroku ubuntu 
Shell :: install apk adb 
Shell :: list threads in process ubuntu 
Shell :: merge last three commits squash 
Shell :: avro for debian 
Shell :: clone branch git 
Shell :: update inkscape to new version 
Shell :: ocoaPods not installed or not in valid state. 
Shell :: github clone submodules 
Shell :: delete missing files from svn 
Shell :: clone and remove existing git repository 
Shell :: Add Docker’s official GPG key: 
Shell :: best terminal for ubuntu 
Shell :: mount network drive from windows wsl ubuntu 
Shell :: shell script -z 
Shell :: how to run a .sh file 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =