meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
git:sub [2016/09/07 11:32] niziakgit:sub [2019/01/07 13:05] (current) niziak
Line 29: Line 29:
  
  
 +
 +
 +=== Remove ===
  
 Removing submodule: Removing submodule:
-  * remove entry in .gitmodules +  * <code bash>git submodule deinit lib/lib_to_be_deleted</code> 
-  * remove entry in .git/config +  * remove entry in ''.gitmodules'' 
-  * remove dir: git rm --cached lib/lib_to_be_deleted+  * stage ''.gitmodules'' 
 +  * ? remove entry in ''.git/config'' 
 +  * remove dir: ''git rm --cached lib/lib_to_be_deleted'' 
 +  * remove module content: ''rm -rf .git/modules/lib_to_be_deleted''