updated git_submodule_rm task
This commit is contained in:
@@ -94,5 +94,6 @@ git_submodule_rm() {
|
|||||||
git config -f .git/config --remove-section "submodule.$1"
|
git config -f .git/config --remove-section "submodule.$1"
|
||||||
git config -f .gitmodules --remove-section "submodule.$1"
|
git config -f .gitmodules --remove-section "submodule.$1"
|
||||||
git add .gitmodules
|
git add .gitmodules
|
||||||
|
rm -rf "$1"
|
||||||
git rm --cached "$1"
|
git rm --cached "$1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user