delete git origin
$ git remote -v
# View current remotes
> origin https://github.com/OWNER/REPOSITORY.git (fetch)
> origin https://github.com/OWNER/REPOSITORY.git (push)
> destination https://github.com/FORKER/REPOSITORY.git (fetch)
> destination https://github.com/FORKER/REPOSITORY.git (push)
$ git remote rm destination
# Remove remote
$ git remote -v
# Verify it's gone
> origin https://github.com/OWNER/REPOSITORY.git (fetch)
> origin https://github.com/OWNER/REPOSITORY.git (push)git remote rm destination
Also in Shell:
- git create new branch from current
- Fatal error in launcher:
- jupyter notebooks
- conda install from yaml
- install dev dependency yarn
- npm install react
- ansible only disable service if installed
- install node in nvm
- delete git origin
- git diff show only files
- read string by string in file in linux
- how to use gitignore to ignore a folder
- how to grep if the first letter is a character not a number
- "at" ubuntu script dschedule
- list used ports on mac
- git show staged files
- shell foreach line
- linux log serial to binary file
- getcwd() failed: No such file or directory linux server
- undo git
- pacman update database
- crontab only working days
- how to get divided number in mac terminal
- bash get value after equal sign