diff options
author | root <root@krebs> | 2011-09-01 02:18:42 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-09-01 02:18:42 +0200 |
commit | bb2a234ba756eb600fb6f562e67500d511d4ab39 (patch) | |
tree | c89b205e3ad2d20e3aa80ca525e0bbf1e01b4670 /cholerab/cockbook/git/remove-submodule | |
parent | 8a6fd84c70618f5a435d2859b513de6de68dc0d1 (diff) | |
parent | 4fb37da707279faf92cc8a054c646336f23dfdbe (diff) |
Merge branch 'master' of github.com:/krebscode/painload
Conflicts:
.gitmodules
oncology/dpfhack_display
Diffstat (limited to 'cholerab/cockbook/git/remove-submodule')
-rw-r--r-- | cholerab/cockbook/git/remove-submodule | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cholerab/cockbook/git/remove-submodule b/cholerab/cockbook/git/remove-submodule new file mode 100644 index 00000000..da8a1b00 --- /dev/null +++ b/cholerab/cockbook/git/remove-submodule @@ -0,0 +1,5 @@ +Delete the relevant line from the .gitmodules file. +Delete the relevant section from .git/config. +Run git rm --cached path_to_submodule (no trailing slash). +Commit and delete the now untracked submodule files. + |