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 :: Check path file exist 
Shell :: How to use alias in Linux bash 
Shell :: y option in apt-get 
Shell :: swagger editor locally 
Shell :: how to copy a Directory and its content in ubuntu 
Shell :: install moment 
Shell :: start elasticsearch on aws 
Shell :: how to change the time in kali linux 
Shell :: clear git bash window 
Shell :: develop - FETCH_HEAD instead of origin develop 
Shell :: sed insert multiple lines after match 
Shell :: github swaggo 
Shell :: uninstall adobe creative cloud 
Shell :: fedora error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory 
Shell :: ubuntu enable network manager 
Shell :: ssh file transfer 
Shell :: dir sort by 
Shell :: command to check the amount of disk space used 
Shell :: python re.sub examples 
Shell :: checkout git specific commit 
Shell :: create a bootable usb drive ubuntu 
Shell :: git warning lf will be replaced by crlf 
Shell :: reset git from last commit 
Shell :: install carla for manjaro 
Shell :: bash change keymap 
Shell :: ubuntu 20.4 uninstall cloud image 
Shell :: codeception environnement variable not found 
Shell :: libSSH Exploit 
Shell :: vim repeat last command vim vi 
Shell :: Read-only filesystem disk kubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =