Re: [git-users] How to prevent pulls from wrong repository

2013-04-29 Thread Dale R. Worley
> From: David Cherian > > I am startled with the fact that I can pull two completely different repos > into each other. Ultimately, a Git repository is a storage bin of commits, with the constraint that all of a commit's parents must also be in the storage bin. If you pull commits from two dif

Re: [git-users] How to prevent pulls from wrong repository

2013-04-29 Thread Philip Oakley
From: David Cherian To: git-users@googlegroups.com Sent: Monday, April 29, 2013 5:50 PM Subject: [git-users] How to prevent pulls from wrong repository I have several tool repositories using git, and have several users who can develop on several of these tool repos. What I would lik

Re: [git-users] How to prevent pulls from wrong repository

2013-04-29 Thread Konstantin Khomoutov
On Mon, 29 Apr 2013 09:50:07 -0700 (PDT) David Cherian wrote: > I have several tool repositories using git, and have several users > who can develop on several of these tool repos. What I would like to > do is have a way of preventing users from accidentally pulling the > wrong repo into the rep