Как да премахнете хранилище в github

Примерен код

16
0

как да премахнете хранилище в github

#step by step Process
>> Login github 
>> Profile # right side of the page profile icon
>> Your repositories 
>> Select repositories 
>> Goto Settings # repository level settings
>> Delete this repository
>> Please type <repository name> to confirm.
10
0

премахване на командния ред git хранилище

rm -rf .git
3
0

как да изтриете хранилището на github

Once logged into your GitHub account,navigate to the main page of the repository.
click on Settings which is under Your repository name.
Look for the "Delete this repository" option and click on it.
2
0

как да изтриете хранилището на git от проекта

rm -rf .git
1
0

изтриете хранилището на github без браузър

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

На други езици

Тази страница на други езици

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Íslensk
..................................................................................................................