Git-submodules Questions
Ad
Git Submodule to a subfolder
In svn you can link a repository to any folder in another svn repository. i'm wondering if there is a similar feature for git? basically i want
Git submodule update: reference is not a tree... but commit IS there
First of all: yes, i've checked this
Git submodule update from post-receive hook
I'm trying to update automatically my submodule located in var/www/php/vendor/projectx at each commit to the var/www
git submodule update - why from toplevel
I've always been puzzled by this: $ git submodule you need to run this command from the toplevel of the working tree.
Why isn't git submodule init and git submodule update one command?
Whenever i use submodules in git find myself doing git submodule init git submodule update what's
Jenkins git submodule update fails
I have a git repo which has one submodule. both belong to a team on bitbucket. my jenkins machine is a aws windows server with the git plugin. i
git submodule update --remote does not work
I cloned a git repository, mainrepo, which has a submodule submodule1. when i try to get the latest update from
git error when using git submodule update --init
I'm getting an error when using the following command on zsh: git submodule update --init the error i'm getting
git submodule update vs git submodule sync
The git documentation doesn't make it at all clear what the difference is between a git submodule update and a git
git submodule update <name of submodule> - but still get modified: <name of submodule> (modified content)
I have a submodule and when i do git status i get: modified: <name of submodule> (modified content)
Ad
What does "--remote" actually do in "git submodule update --remote"?
I just do not understand the help page of git. so what does happen or what is the difference? assume i have a git project a with a
Does git submodule update --recursive override fetchRecurseSubmodules?
I have a submodule who's submodules i don't need. for example: mainproject - usefulsubmodule - notneededsubmodule
Is it possible to execute "git submodule update" without "command:" or "shell:" with Ansible?
So i've been given the task of updating a certain directory over ansible and i can't seem to find a way to execute git submodule
Why does git submodule update fail with "fatal: remote error: upload-pack: not our ref"?
I have a git repo with multiple submodules. i have tried deleting and adding the submodule in question
Why would 'git submodule update' skip a submodule?
I have a git repo with a single submodule sub/x. (this submodule does not contain any submodules of its own.) in the
Git submodule update after pull a brach
I'm trying to make update on submodules by that: git submodule update --recursive and the .gitmodules is:
git submodule update upstream
I have a super project with a submodule in it (overleaf project). i have made changes to the submodule but they are not showing up in the super
Git submodule update gets stuck at old commit
Ok this one is driving me crazy. i tried committing/pushing/updating a parent repository with a file from its submodule open in another program (a
git submodule update with Access Token inconsistent behavior
Context on a self-managed gitlab instance, with multiple users and groups, i'm trying to do a git submodule update --init
Android Studio syncs git submodules across projects
I have a main project that includes several other git projects as submodules. all projects are branched after git-flow. the main project always
git clone works; git submodule fails "Permission denied"
On a private repository from gitlab, when i run git clone [email protected]:group/project-submodule.git the clone completes
Ad
How to handle external project in git reposiotry
Here is scenario: i'm working on some project where i use some library. i found a bug in library filled bug report but don't want to wait
Git submodules vs dependency management?
Where i work, we use a tool called apache ivy for dependency management. however, i have recently been working on a project of my own with
How can be a subdirectory added as submodule in git
I want to add to my repository a content from another repository, but not the whole repository just a part from sub-directory
Superproject commit on submodule does not show "From .. To"
I know this question is similar to: git diff says
Git push submodule on server, pull empty directory
Hi i am pushing my changes using git push origin production on to server #1. when i git clone origin production on
git submodule checkout latest commit of different branch from respective remotes
My parent project has a couple of submodules added to it. for deployment purposes, i want to checkout a specific branch eg
how to utilize submodule without any modification in python?
I'm supposed to make two git repositories and make one of these a submodule. i have not to modify anything in the submodule. but, when i try to
git philosophy/strategy for compartmentalized projects
I've got myself and two other people working on a project that's housed in a git-repo. the layout of the project looks like this:
git submodule replacement that doesn't detach heads
My situation: i have a large number of computers that i use for various tasks. i have a large number of libraries, each in its
Git submodule detached head state
I've added 2 submodules to a project, suba and subb, in externals/suba and externals/subb. today another team member committed his code
How do I keep a repository within a repository up to date with Github Desktop
I have three locals folders for which i create a repository on github (let's assume we only work with one branch master):
Ad
Cloning submodule from a git bundle using the .gitmodules file
I have bundled a repo and stored the repo.bundle file on my filesystem. i need to clone from this bundle as a submodule in another repo which
Easiest way to add multiple Git submodules at once?
I have a set of git submodules to be included in multiple projects. i use tortoisegit and adding them one by one to each new project is not
git --recursive doesn't clone submodule
I learned that to download submodules with main repository we can use --recursive option when cloning main repository. i did
Error on git submodule update --init
I have a main repository with several git submodules. lately i came about a new error which i cannot resolve:
git submodule add only pick latest Commit
I have a project that depends on other projects so i use git submodule. but my project is only interested with latest commit, i don't want all
Ad
Blog Categories
Ad