git-subrepo Questions

12

Solved

Is it possible to have 2 git repositories in one directory? I'd think not, but thought I'd ask. Basically, I'd like to check in my home directory config files (e.g. .emacs) which should be common a...
Bearded asked 12/1, 2009 at 17:1

0

I have a project which is using git subrepo: https://github.com/ingydotnet/git-subrepo and I'm trying to figure out how to implement feature branching as a dev workflow. Here is what I have so far...
Lowland asked 5/5, 2020 at 5:21

4

Solved

I feel that using Git submodules is somehow troublesome for my development workflow. I've heard about Git subtree and Gitslave. Are there more tools out there for multiple repository projects an...
Scholasticate asked 28/6, 2011 at 0:54

1

Solved

I want to have a sub repo inside my main repo which can push and pull from a completely different remote repo than my main. So I want a submodule. But I want to create the submodule locally, then p...
Rachele asked 21/9, 2018 at 16:26

1

Solved

We have a git repository with N folders. Repo |-Folder1 |-Folder2 |- ... |-FolderN With different collaborators we would like to share different folders. Each collaborator should have access onl...
Topless asked 28/6, 2016 at 8:11
1

© 2022 - 2024 — McMap. All rights reserved.