git-submodules
Checking out only a subdirectory of another repo with git-submodule
I need to only add a part (a directory) of another project within my \"superproject\", so I\'d like to know if it is possible with git-submodule to only add a certain directory from another repository[详细]
2023-03-21 06:05 分类:问答what causes submodule conflicts in git, and how should they be resolved?
We are using submodules and we are new to git. We often see merge conflicts for the submodules themselves, no files are conflicted, just the submodule.There are multiple versions listed in the output[详细]
2023-03-20 15:54 分类:问答git submodules - trying to debug an elusive problem
We use 开发者_JS百科multiple submodules to keep our code modular.Most developers work in 1 or 2 of them, which makes it nice for them, since they don\'t have to populate areas of the code they don\'t[详细]
2023-03-17 22:31 分类:问答git add remote in submodule
the .gitmodule file have the list of submodule url and path, similar to this [submodule \".vim/bundle/subRepo\"][详细]
2023-03-17 18:12 分类:问答switching between branches where a subdirectory was in the main repo vs. submodularized
We\'ve made a subdirectory S into a separate repo and re-added it as a submodule in a branch B.Now when I want to switch back to the original branch A, where the subdirectory was checked into the orig[详细]
2023-03-17 00:12 分类:问答Alternatives to Git Submodules?
I feel that using Git submodules is somehow troublesome for my development workflow. I\'ve heard about Git subtree and Gitslave.[详细]
2023-03-16 00:14 分类:问答git: How to split off library from project? filter-branch, subtree?
So, I\'ve a bigger (closed source) project, and in the context of this project created a library which could also be useful elsewhere, I think.[详细]
2023-03-13 20:00 分类:问答Failed to Create Snapshot in Xcode 4
Does Xcode 4 have a problem with creating a snapshot for a project with git submodules? fatal: Path \'path/to/project/vendor/facebook-ios-sdk/src\' is in submodule \'path/to/project\'[详细]
2023-03-13 05:12 分类:问答What are the pros and cons of Git submodule and Repo? [duplicate]
This question already has answ开发者_如何转开发ers here: What is Repo and Why does Google use it?[详细]
2023-03-12 13:37 分类:问答Extracting git history for part of a git repo to create a git submodule -- cherry-pick?
A similar question, How to cherry-pick multiple commits, assumes that the commits are consecutive. I have a module that I downloaded as a tarball. I\'ve included it in my main project\'s git repo and[详细]
2023-03-12 09:01 分类:问答