delete github repository git bash
To remove a submodule you need to:
Delete the relevant section from the .gitmodules file.
Stage the .gitmodules changes git add .gitmodules
Delete the relevant section from .git/config.
Run git rm --cached path_to_submodule (no trailing slash).
Run rm -rf .git/modules/path_to_submodule (no trailing slash).
Commit git commit -m "Removed submodule "
Delete the now untracked submodule files rm -rf path_to_submodulewinpty 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-linehttps://stackoverflow.com/questions/6964297/untrack-files-from-git-temporarily
Also in Shell:
- git reset remote origin
- What debian version do i use
- ufw allow postgresql
- linux spotify client
- exit vim
- run python program from command line
- turn of raspberry
- how to get divided number in mac terminal
- how to delete a package in ubuntu
- install itertools
- hyper-v powershell add scsi DVD
- remove frmo staging git
- mysqli install ubuntu
- install pip kali
- youtube api python
- undo last commit
- linux give full permission to directory
- install chromedriver linux command line
- update node version mac
- raspberry specific kernel version
- git github private fatal repository not found
- pause powershell script until keypress
- terminal how to find a file name
- numpy uninstall anaconda