Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete a github repository using bash

winpty curl -X DELETE -H 'Authorization: token [GENERATED_TOKEN]' https://api.github.com/repos/[USER]/[REPO_NAME]

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

delete github repository git bash

winpty curl -X DELETE -H 'Authorization: token [GENERATED_TOKEN]' https://api.github.com/repos/[USER_NAME]/[REPO_NAME]

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

PREVIOUS NEXT
Code Example
Shell :: Powershell TLS 
Shell :: windows del force yes 
Shell :: winget powertoys 
Shell :: kde 144 fps 
Shell :: how to reverse shell 
Shell :: ssh key github 
Shell :: bash check if string in file 
Shell :: how to upgrade npm in ubuntu 
Shell :: git rm --cached 
Shell :: install nix macos 
Shell :: create multiple copies in linux of file 
Shell :: install package in docker 
Shell :: install redis 
Shell :: appimage 
Shell :: git revert back to specific commit 
Shell :: how to zip and unzip tar 
Shell :: angular full installation guide 
Shell :: how to kill all emulator 
Shell :: get current working directory ubuntu 
Shell :: flatpak repo 
Shell :: intel hd 4000 ubuntu driver 
Shell :: install windows without usb or dvd 
Shell :: helm add stable hub 
Shell :: how to get environment variables in powershell 
Shell :: chmod a+x 
Shell :: git remove file from commit 
Shell :: git pull request 
Shell :: how to add color in shell script 
Shell :: docker run command on container 
Shell :: git add identity 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =