git-submodules
Rename a git submodule
Is there some easy way to rename a git submodule directory (other than going through the entire motion ofdeleting it and re-adding it with a new destination name).[详细]
2023-02-01 06:10 分类:问答How to reverse a `git submodule init`
To get a project started, I h开发者_JAVA百科ad to perform git submodule init followed by git submodule update . But now that the cat\'s out of the bag, I was wondering if there\'s something I have to[详细]
2023-01-31 12:42 分类:问答Why are all of my git submodles not being cloned when I do git clone --recursive?
I tried to export my emacs and vim configurations into their own repositories, and added them as submodles to a superrepository.However when I try to do[详细]
2023-01-31 04:14 分类:问答Unable to push commits from a git submodule?
I have a simple project that has one submodule. $ git submodule 964737623a362f6303e87ec41f2c7090c8c2c093 lib/mongodb-php-odm (heads/master-1-g9647376)[详细]
2023-01-30 09:42 分类:问答Import Git repository with submodules into a Subversion repository
What is the best approach for importing a Git project with submodules into a Subversion repository? Not sure if it matters, but the submodules are pointing to the Kohana core and module repositories[详细]
2023-01-29 08:48 分类:问答Share a working tree with git submodules
Suppose I have a library Common that may be used stand-alone, and is used by projects P1 and P2, so the tree I want looks 开发者_如何学编程like[详细]
2023-01-29 06:02 分类:问答How do I uninstall Perl modules?
I installed some Perl modules in my Linux machine. If I enter perldoc perllocal it shows a list of Perl modules installed in my machine, but now I don\'t 开发者_开发问答need those Perl modules, so I w[详细]
2023-01-27 13:59 分类:问答Retrospectively add --recursive to a git repo
If y开发者_运维技巧ou git clone with --recursive, you can get all the git submodules too. If I\'ve forgotten to add this magical flag when cloning, as can happen, how do I now go and get any submodul[详细]
2023-01-26 16:22 分类:问答Trying to figure out the right approach to using submodules in git
I\'m trying to get a submodule setup properly in git and I want to make sure I use it right. I have main repository called MyProject. I have a secondary repository that contains all of our code gener[详细]
2023-01-24 13:13 分类:问答How to track untracked content?
See below the solid line for my original question. I have a folder in my local directory that is untracked. When I run git status, I get:[详细]
2023-01-24 11:46 分类:问答
加载中,请稍侯......