Skip to main content
2 votes
1 answer
46 views

I have a project where I have checked out the main branch, which has 2 submodules: vendor/foo and vendor/bar. If I create a worktree for a feature branch with git worktree add ../feature feature, this ...
krzysz00's user avatar
  • 2,153
Best practices
0 votes
2 replies
69 views

I have a project named sample which have 2 submodules sampleA and sampleB. I also have another git repo named Example which also refers to same submodule sampleA and sampleB. When I change something ...
mariya cherian's user avatar
0 votes
1 answer
72 views

I work in a large shared repo that has submodules that I never touch, but that I can't just git-ignore because sometimes they get changes that affect things I do touch. For instance, if I branch off ...
meisel's user avatar
  • 2,605
2 votes
1 answer
62 views

I want local test git submodule capability... I have two repositories in my folder. How to add bar repo as submodule for foo. While my test I got git submodule add --branch main /tmp/bar the_bar fatal:...
Andrew Ternity's user avatar
0 votes
0 answers
55 views

I'm using Deno Deploy (console) to build a git repository which depends on a git submodule. I can see from the "Prepare" step that it is not cloning the submodule. I've tried to put the ...
AJP's user avatar
  • 29k
0 votes
0 answers
67 views

background My original project structure is like this: 20240720 # project root ├── tests ├── vnpy # submodule ├── vnpy_clickhouse # submodule ├── vnpy_datafeed # submodule └...
EvanHong's user avatar
1 vote
0 answers
143 views

Note: The question is about using git submodule update without the --remote flag. The documentation for git submodule update says the following: Update the registered submodules to match what the ...
dassd's user avatar
  • 213
0 votes
0 answers
61 views

I have a Git project structured like this: main_repo (branches: main, feature1, feature2) ├─ submodule1 (branches: main, feature1, feature2) └─ submodule2 (branches: main, feature1, feature2) I ...
Purushottam Nawale's user avatar
0 votes
1 answer
106 views

I have a main git repository and it has a submodule. I developed the history in both of them concurrently. Since this is not what submodules are good for, I regret that I set it up this way and I want ...
Rhialto supports Monica's user avatar
1 vote
2 answers
121 views

I have a repository which needs just one folder from another, but it needs to keep updating when the other repo changes, so I plan to use a submodule, but how do I take just the singular folder? This ...
DeepThought42's user avatar
0 votes
0 answers
70 views

I have about a year old branch with submitted PR. About 6 month later I tried to pull the latest master in but for some reason didn't finish. Now I'll try to complete the PR and submit it for ...
Igor's user avatar
  • 6,473
1 vote
1 answer
53 views

I have a git repo at [email protected]:some-org/some-repo.git. I have another git repo at [email protected]:other-org/other-repo.git. I want to add other-repo as a submodule in some-repo. How do I ...
Gabriel's user avatar
  • 1,783
0 votes
1 answer
162 views

I have installed Azure Devops self-hosted agent on Windows Server 2025, and I get an error when checking out repositories in pipelines. I'm using Azure Devops repositories. I have followed the ...
JuanDYB's user avatar
  • 808
0 votes
1 answer
77 views

I want to back up some repositories that I'm about to lose access to (cannot transfer ownership). I would also like to group them into a single repo for better navigation. For example, I have repo lab-...
Jasmine Fan's user avatar
0 votes
0 answers
53 views

I'm trying to run a YOLO-World V2 demo script inside a Docker/Buildah container, but I’m getting an import error related to a custom module: ImportError: Failed to import custom modules from {'imports'...
Rima's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
214