Hey guys. There is capistrano but that only works for ssh servers, which a lot of our clients aren\'t. We also make use 开发者_Python百科of git submodules extensively. What is the best way you know of
Is there a way, short of actually checking out the parent commit, to determine a submodule\'s SHA-1 commit ID based on a commit ID in the parent clone? I know I can find the currently associated SHA-1
I\'m having trouble figuring out how to change my mindset to git and have run in to the following problem. I have the situation where we have a shared engine and multiple projects that use the engine.
Is it possible to create a submodule that does not link to a repository directly, but to a directory inside it?
I\'m trying to get just a folder from an external github repo to use in my project. I want my project setup to be like this:
I added two submodules to my vim repository, and the git status command always outputs this: On branch master
I have a project I\'m working on and am hiring contractors to help me on certain parts of the code. The catch is that I don\'t want any one of the contractors to see all of it.
How do I clone a git repository 开发者_运维知识库so that it also clones its submodules? Running git clone $REPO_URL merely creates empty submodule directories.With version 2.13 of Git and later, --rec
I have a git repo as my master project. It has some sub-modules added to it. It look like: ~/super_project/<- main git repo
I have several (about 10-15) Git repositories in a directory: ~/plugins/admin ~/plugins/editor ~/plugins/etc