git-submodules
Is deleting old branches in Git submodules safe w.r.t. usable history of 'supermodules'?
If I use a workflow like this: app_repo and app2_repo have a common submodule, library_repo. In library_repo, I make a library_feature branch to work on a new feature while leaving master stable.[详细]
2023-03-29 13:19 分类:问答Git merge --no-ff and submodules
I\'m using msysGit 1.7.6 on Windows XP SP3. I have a project with 2 tracking branches (let\'s call them b1 and b2 -> b1) and a submodule (let\'s call it sub).[详细]
2023-03-28 07:42 分类:问答Can git submodules have a custom root?
I currently have two projects, 开发者_运维技巧a framework and an application. The repository for the framework contains a number of directories that are not useful in the application. I\'d like to be[详细]
2023-03-28 01:20 分类:问答Git subtree or Git Sub module for large resources?
Here is the problem: I have a lot of code, including artwork for the GUI I need to version in order to faithfully recreate a software product. I am also working on both Windows and Mac. The actual cod[详细]
2023-03-27 12:27 分类:问答git add -p --ignore-submodules?
Is there a way to ignore dirty submodules when using git add --patch? I\'ve set ignore = dirty as explained here. This seems to only work with git status and git diff. I love git add -p. Having to sk[详细]
2023-03-25 08:20 分类:问答Is there a way to add submodules to a bare git repository?
I have some repos on my server with gitosis. One of them is Main, it\'s including all the others. I work with them from my local machine, and submodules hierarchy was built on my local machine. Gitosi[详细]
2023-03-25 05:56 分类:问答How to get Maven release to clone git submodules?
I\'ve got a Maven project with some git submodules linked. Everything works fine until I do a release:prepare or :perform, the clean checkout these targets perform does not contain the submodules (or[详细]
2023-03-24 23:44 分类:问答Git submodules: can you make local, un-committed edits?
I\'ve got a git submodule in my project that consists of a set of configuration files, which 开发者_运维百科then need a tiny bit of tweaking on a per-project basis.[详细]
2023-03-22 11:05 分类:问答'Git could not checkout' error is causing problem while deploying an app on engineyard
I\'m trying to deploy an app on engine yard. I\'m using rails 2.3.5 and ruby 1.8.7 When I try to deploy it,[详细]
2023-03-22 07:43 分类:问答Submodules and 'git pull --rebase'
We recently switched to git and are trying to use Submodules to include our Common libraries. No matter what we do we can not get \'git pull -开发者_开发问答-rebase\' to work in the Super or Submodul[详细]
2023-03-22 01:51 分类:问答
加载中,请稍侯......