Commit 2716178
committed
Removed submodule any_data. Used stackoverflow answer for it
with commands:
// Remove the submodule entry from .git/config
git submodule deinit -f lib/any_data
// Remove the submodule directory from the superproject's .git/modules directory
//On windows use: del /s /f /q .git/modules/any_data
rm -rf .git/modules/any_data
// Remove the entry in .gitmodules and remove the submodule directory located at path/to/submodule
git rm -f lib/any_data1 parent 6d46d06 commit 2716178
File tree
4 files changed
+0
-12
lines changed- .travis
- lib
4 files changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | 3 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
This file was deleted.
0 commit comments