[Git] How to remove submodule Posted by Keep Growing on 晚上7:47 in git / No comments 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. Reference: kyleturner/Remove Submodule Share This: Facebook Twitter Google+ Stumble Digg 以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook Related Posts:[Git] git commit / git push on local machine[Git] git commit / git push on local machineCreate a folder was call git_server which under /home/xxx/test Go to git_server, then type git --bare init… Read More[Git] Git Command [Git] Git Command … Read More[Git] Download program for windowsDownloading Git ToolAfter download, install git tool.Open program to show consoleType git clone XXXXXX will downlaod repository from internet.… Read More[git] git server [git] git servergit clone ssh://gogo@gogo.biz:2222/home/happy/git/… Read More[GIT] Edit previous commit message [GIT] Edit previous commit message git commit --amend -eReference: How do I edit an incorrect commit message in Git?… Read More
0 意見:
張貼留言