remove submodule git
Shell
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_submodule
Also in Shell:
- Title
- git commit expanded message
- Category
- Shell
- Title
- copy folders linux
- Category
- Shell
- Title
- bash find file with text
- Category
- Shell
- Title
- usr/bin/env: ‘node’: No such file or directory
- Category
- Shell
- Title
- pipenv install virtual at same path
- Category
- Shell
- Title
- linux check used space in folder
- Category
- Shell
- Title
- install redux
- Category
- Shell
- Title
- kill all python processes ubuntu
- Category
- Shell
- Title
- linux version command
- Category
- Shell
- Title
- service dead but pid file exists
- Category
- Shell
- Title
- vagrant ubuntu 16.04
- Category
- Shell
- Title
- dockerfile for vuejs
- Category
- Shell
- Title
- git load all submodules
- Category
- Shell
- Title
- how to delete a package in ubuntu
- Category
- Shell
- Title
- list number of files in each folder linux
- Category
- Shell
- Title
- how to install react native
- Category
- Shell
- Title
- how to kill tasks using grep
- Category
- Shell
- Title
- windows virtualenv pip numpy problem
- Category
- Shell
- Title
- xbox 360 wireless adapter linux
- Category
- Shell
- Title
- install windows service
- Category
- Shell
- Title
- powershell script enable tls 1.2
- Category
- Shell
- Title
- Creating an environment from an environment.yml file
- Category
- Shell
- Title
- install node js ubuntu
- Category
- Shell
- Title
- git rebase one commit
- Category
- Shell
- Title
- how to install mongoose
- Category
- Shell
- Title
- grep command
- Category
- Shell
- Title
- linux generate file
- Category
- Shell
- Title
- node install specific version
- Category
- Shell
- Title
- ssh github generate key
- Category
- Shell
- Title
- extract tar.gz ubuntu terminal
- Category
- Shell
- Title
- upgrade node version
- Category
- Shell
- Title
- how to install .whl file in windows 10
- Category
- Shell
- Title
- mysqli install ubuntu
- Category
- Shell
- Title
- git bash set global username and password
- Category
- Shell
- Title
- mvn build project
- Category
- Shell
- Title
- install imblearn
- Category
- Shell
- Title
- homestead.yaml adding provisions
- Category
- Shell
- Title
- IP adress terminal
- Category
- Shell
- Title
- install ip addr on ubuntu
- Category
- Shell
- Title
- how discharge changes e recover last commit git
- Category
- Shell
- Title
- space command line mac
- Category
- Shell
- Title
- bash count files in directory recursively matchingattern
- Category
- Shell
- Title
- unity application cant be opened on mac
- Category
- Shell
- Title
- ignore .DS_store when uploading to s3 using shell
- Category
- Shell
- Title
- Pyrit download command for linux
- Category
- Shell
- Title
- input command in python shell
- Category
- Shell
- Title
- git undo rebase
- Category
- Shell
- Title
- improve ubuntu 16.04 performance
- Category
- Shell
- Title
- how to uninstall react native cli globally
- Category
- Shell
- Title
- how to uninstall npm package
- Category
- Shell
- Title
- install react native navigation stack
- Category
- Shell
- Title
- cordova ios emulators
- Category
- Shell
- Title
- get git username and email
- Category
- Shell
- Title
- fetching a forked branch
- Category
- Shell
- Title
- screen sharung zoom linux x11
- Category
- Shell
- Title
- install automapper asp.net core mvc
- Category
- Shell
- Title
- ubuntu delete from ssh known hosts
- Category
- Shell
- Title
- how to turn off bluetooth in ubuntu 18.04 terminal
- Category
- Shell
- Title
- python virtualenv
- Category
- Shell
- Title
- how to install pipenv
- Category
- Shell
- Title
- ubuntu list users
- Category
- Shell
- Title
- python-swiftclient 3.5.0 uninstall ubuntu
- Category
- Shell
- Title
- powershell command line variables
- Category
- Shell
- Title
- docker alpine create user and group
- Category
- Shell
- Title
- make recursive directory linux
- Category
- Shell
- Title
- process runninng on particular port
- Category
- Shell
- Title
- linux time wrong
- Category
- Shell
- Title
- bash comment
- Category
- Shell
- Title
- powershell sharepoint copy file to other site collection
- Category
- Shell
- Title
- delete git tag remote
- Category
- Shell
- Title
- linux check timezone
- Category
- Shell
- Title
- Load key ".pem": bad permissions
- Category
- Shell
- Title
- install itertools
- Category
- Shell
- Title
- heroku cli delete app
- Category
- Shell
- Title
- server information in powershell
- Category
- Shell
- Title
- how to find a file in linux terminal
- Category
- Shell
- Title
- bash permissions
- Category
- Shell
- Title
- git host key verification failed
- Category
- Shell
- Title
- list all services using systemctl
- Category
- Shell
- Title
- delete github repository git bash
- Category
- Shell
- Title
- git prune local branches
- Category
- Shell
- Title
- Endpoint Security VPN build 986000724 is already installed on this computer.
- Category
- Shell
- Title
- install yarn
- Category
- Shell
- Title
- linux get full path
- Category
- Shell
- Title
- open pdf command line linux
- Category
- Shell
- Title
- what is github
- Category
- Shell
- Title
- git reset hard
- Category
- Shell
- Title
- rename file linux
- Category
- Shell
- Title
- checking if a directory exists in bash
- Category
- Shell
- Title
- find out a branch a parent branch git
- Category
- Shell
- Title
- install pip on raspberry pi
- Category
- Shell
- Title
- install maven homebrew
- Category
- Shell
- Title
- Gem::LoadError : "ed25519 is not part of the bundle. Add it to your Gemfile."
- Category
- Shell
- Title
- brew minikube custom version install
- Category
- Shell
- Title
- linux show version
- Category
- Shell
- Title
- remove directory linux
- Category
- Shell
- Title
- powershell get arguments
- Category
- Shell
- Title
- git command to create a branch from another branch
- Category
- Shell
- Title
- git remove folder remotely
- Category
- Shell
- Title
- : sudo apt install apache2
- Category
- Shell