Questions tagged [multiple-repositories]

65 questions
0
votes
1 answer

I am trying to sync two branches in two different repositories in AWS Codecommit. Is there any way to do the sync in an automated way?

Using Codecommit to store the repositories. I have one branches in RepoA and one branch in RepoB. I am trying to sync the changes made in RepoA's branch into RepoB's branch but in an automated way. Is there any way I can use Lambda or codebuild…
0
votes
1 answer

How to push a branch only if it differs from master?

The goal I would like to push a branch only if it differs from the local master. More specifically, I don't want to push a branch if it points to the same commit as the local master. Background My company has hundreds of git repositories, and we…
Michele Dorigatti
  • 616
  • 1
  • 5
  • 15
0
votes
0 answers

Can I commit to two different repositories with single commit on one repository?

I have two different repositories. 1. Primary repo 2. Secondary repo. I want to keep both repositories in sync. When I commit in primary repo, I want the commit to be reflected in secondary repository as well. Is it possible to achieve this…
0
votes
0 answers

store several git repos in one github repo

I have several git repositories with separate histories (versionning, branches). I want : that these projects still have separate histories to store them into a single github repository (in an existing organization) I've studied submodules, but I…
ABonnet
  • 1
  • 1
0
votes
0 answers

Same git repository on multiple private network

We have two private networks and one of them has local git repository. Only one computer can connect each networks. Other developers cannot connect each networks, developer should develop in their networks. We want to make two git repository for…
maskapsiz
  • 213
  • 5
  • 21
0
votes
0 answers

GitHub Managing Multiple Repository

I am managing a project and the scenario is that I need to first check the code written by my team and then after correcting it I need to push the code on the client repository. So I think there should be two repository one is for us and another one…
0
votes
1 answer

Xcode: How do I clean a corrupt repository list?

I have a list of repository locales that are not in sync with the accounts. In fact, I think it is corrupt. I tried to reset it via the Accounts in Preferences. But there's no effect. Where is the list of repository locales stored in Xcode…
Frederick C. Lee
  • 7,609
  • 13
  • 56
  • 89
0
votes
2 answers

How can I use GIT with multiple repositories with the same account on the same windows machine

I have the first GIT repository (ssh://git@myserver:7999/swlab/java_be_app.git) for a Java Back-End application I developed on one machine and a second GIT repository (ssh://git@myserver:7999/swlab/dotnet_app.git) for a .NET application I developed…
Binyamin Regev
  • 799
  • 2
  • 15
  • 26
0
votes
1 answer

syncing variations on a repository git

I am trying to figure out how (if possible) to set up multiple git repositories to behave in a specific way. Basically, we have multiple repositories for multiple clients, however they are meant to all share a system directory. When a change is made…
0
votes
0 answers

Multiple Git submodules sharing same subfolder?

I'm about to ship some libraries, and want to produce something like the following: Project └─ Assets ├─ Plugins ├─ Scripts └─ AwesomeLibraries ├─ One ├─ Two ├─ Three ├─ Four ├─ Five └─ Six And version…
Geri Borbás
  • 13,770
  • 13
  • 97
  • 158
0
votes
1 answer

How to import entities after save changes with breeze across two entity managers

I've implemented repository pattern with two entity managers, mainManager is for read only and delete, and updateManager is used for edit and add new entities. I use createEmptyCopy() to create updateManager. Before i update an entity i export the…
Guy Bertental
  • 604
  • 2
  • 10
  • 24
0
votes
1 answer

How to work with two repositories on the same data but in different networks (that can't be connected)?

Our team has to work with several xtest-files. To avoid conflicts and to have a history we want to use git. The problem is the following: From Monday till Thursday most but not all people will work inside network A with some desktop PCs. From…
masceb
  • 1
0
votes
2 answers

How do I add the contents of a github repository to another github repository?

Yesterday I created a github repository and today I found out my advisor also created a github repository. What is the best way to add my repository to his repository without massively screwing things up? I have massively screwed things up in the…
Jessica
  • 2,003
  • 2
  • 18
  • 33
0
votes
1 answer

Git GUI (for Windows) displays duplicate repos

I am using version 1.2.11 of GitHub for windows. As shown in the screenshot below, the same repository is listed multiple times, and I don't know how to clean it up (note: names are censored, but colour coded: the black items are all the same, and…
0
votes
1 answer

Does git have any built in repository management strategy?

I'm currently trying to come up with a version control strategy for moving our company’s code and document files from a centralized SCM (Perforce) to Git. The content in Perforce is just one large Depot where all the projects are stored, I want to…
Mike
  • 40,613
  • 26
  • 100
  • 171