Re: [git-users] Multiple clones of the same remote repo

2013-09-02 Thread Konstantin Khomoutov
On Mon, 2 Sep 2013 06:36:08 -0700 (PDT) Juha Aaltonen wrote: > Does git get confused if I have multiple clones of the same remote > repo? No. The essense of a DVCS system (Git is a DVCS) is that all repositories are independent and self-contained. Despite this, in many cases it's convenient to

[git-users] Multiple clones of the same remote repo

2013-09-02 Thread Juha Aaltonen
Does git get confused if I have multiple clones of the same remote repo? What I mean is that in one clone I've made commits (and pushes), and the other clone hasn't seen them. I seem to have some problems pulling to the clone that hasn't been used for commits/pushes. On the other hand, the pull