git-submodules
git submodule merge conflict: how to visualize?
I was pretty happy when I found out lately about git submodule summary which shows me nicely by which commits the checked out commit of a submodule is ahead or behind the reference in the reposit开[详细]
2023-03-11 02:53 分类:问答Set Git submodule to shallow clone & sparse checkout?
Many vendor Objective-C libraries (e.g., facebook-ios-sdk) instruct you to copy a certain subset of its repo\'s files/dirs into your Xcode project. One problem with this开发者_开发技巧 is then you do[详细]
2023-03-10 04:58 分类:问答How to know if a git submodule commit is already pushed into the repository
Suppose you have a repository called super and a submodule called 开发者_开发知识库sub. Stand in super, I\'d like to know if sub last commit is already pushed to the repository or if it\'s local.At su[详细]
2023-03-08 16:57 分类:问答What are the options when working with Git submodules from which commits are made?
At work, we\'re working on a dozen Java OSGi bundles, each of which has its own git repository. All bundles will be, in the long run, pretty independent from each other, which justifies the individual[详细]
2023-03-08 10:37 分类:问答How to Migrate Git Projects to Be One Project with Subprojects
I have a number of projects that are in separate Git repositories right now. They are, likewise, in separate eclipse projects (because I was unable to use parent projects using the Maven plugin for a[详细]
2023-03-08 08:20 分类:问答Nested git repositories without remotes (a.k.a. git submodule without remotes)
I have a project of which I am interested in breaking out portions as open-source. I\'ve set up nested git repositories main, one, two and three:[详细]
2023-03-08 06:34 分类:问答darcs equivalent for git's submodules?
so yeah just wondering if darcs has anything equivalent to git\'s submodules. i.e. lets say I have a repo (myapp) and I have a folder in it called mylibrary. mylibrary doesn\'t really have anything t[详细]
2023-03-06 18:37 分类:问答git submodule update with other user
I\'m logged in as user A on my machine, but my r开发者_开发知识库epo is accessible through username B on the server that I pull from. The .gitmodules file has url = ssh://domain.com/abc/def.git.[详细]
2023-03-06 12:43 分类:问答Git submodules and ssh access
I have some trouble with a gi开发者_高级运维t repository that contains several submodules. The super git repository was constructed with the commands[详细]
2023-03-06 06:47 分类:问答Tagging an old commit of a submodule with git
I have a git project (repo1) including a single submodule (repo2). What I would like to achieve is to tag my project using an older commit of my submodule (like HEAD - 3).[详细]
2023-03-05 22:16 分类:问答