git add new-subdirectory 提交并推送更改到子模块 Git 仓库: git commit -m "Move subdirectory to new Git repo" git push origin master 回到主项目中,更新子模块: git submodule update --remote 这样就完成了将子模块中的子文件夹移动到新的 Git 仓库的过程。
git submodule[--quiet] [--cached]git submodule[--quiet] add [<options>] [--] <repository> [<path>]git submodule[--quiet] status [--cached] [--recursive] [--] [<path>…]git submodule[--quiet] init [--] [<path>…]git submodule[--quiet] deinit [-f|--force] (--all...
git submodule[--quiet] add [<options>] [--] <repository> [<path>]git submodule[--quiet] status [--cached] [--recursive] [--] [<path>…]git submodule[--quiet] init [--] [<path>…]git submodule[--quiet] deinit [-f|--force] (--all|[--] <path>…)git submodule...
How to move a full Git repository Read article SEE SOLUTION Learn Git with Bitbucket Cloud Read tutorial Common commands for Git submodules Add Git submodule Thegit submodule addis used to add a new submodule to an existing repository. The following is an example that creates an empty repo an...
[submodule"DbConnector"] path=DbConnector url= https://github.com/chaconinc/DbConnector 如果有多个子模块,该文件中就会有多条记录。 要重点注意的是,该文件也像.gitignore文件一样受到(通过)版本控制。 它会和该项目的其他部分一同被拉取推送。 这就是克隆该项目的人知道去哪获得子模块的原因。
我们首先将一个已存在的 Git 仓库添加为正在工作的仓库的子模块。 你可以通过在git submodule add命令后面加上想要跟踪的项目的相对或绝对 URL 来添加新的子模块。 在本例中,我们将会添加一个名为 “DbConnector” 的库。 $ git submodule add https://github.com/chaconinc/DbConnectorCloning into'DbConnector...
git-submodule-pathsgit-submodule --helpShow path to all submodules in your checkout, with their current commit SHA git-submodule-rmGreg V'sdotfiles&Pascal SommerAllows you to remove a submodule easily withgit submodule-rm path/to/submodule. ...
Pleasetrygit push--recurse-submodules=on-demand or cd to the path and use git push to push them to a remote. 如你所见,它也给我们了一些有用的建议,指导接下来该如何做。 最简单的选项是进入每一个子模块中然后手动推送到远程仓库,确保它们能被外部访问到,之后再次尝试这次推送。 如果你想要对所有推...
删除index.html文件rm js# 删除空的js文件夹rm -r css# 递归删除一个文件夹# mv 移动文件(move)...
From planning to production, bring teams together in one application. Ship secure code more efficiently to deliver value faster.