Re: [git-users] git pull origin branch

2011-08-22 Thread Konstantin Khomoutov
On Sun, 21 Aug 2011 13:39:35 -0700 (PDT) Mark Liversedge liverse...@gmail.com wrote: Dumb question. I'm working on a branch locally that is also over at github. I fetch the latest from github with: [...] But when I pull other folks commits I get a merge commit and that gets pushed up to

[git-users] workflow question for central git repo

2011-08-22 Thread Sandeep Mahajan
Hi, 1. Assume I have a central repo containing branches branchA. 2. This repo is cloned by user A and userB. 3. userA creates a new branchB where he merges in branchA. 4. There is a conflict reported, and only userB has the skills to resolve the conflict. Question: How can userB view the same

Re: [git-users] workflow question for central git repo

2011-08-22 Thread Konstantin Khomoutov
On Mon, 22 Aug 2011 04:18:58 -0700 (PDT) Sandeep Mahajan sandeep.d.maha...@gmail.com wrote: 1. Assume I have a central repo containing branches branchA. 2. This repo is cloned by user A and userB. 3. userA creates a new branchB where he merges in branchA. 4. There is a conflict reported, and

[git-users] Re: workflow question for central git repo

2011-08-22 Thread Sandeep Mahajan
Thanks. Lets extrapolate on this and make it a bit more complicated. 1. I have a central repo containing branch1 and branch2 2. branch1 and 2 have 3 files - file1, file2 and file3 3. This repo is cloned by userA, userB, userC- each user owning file1, file2 and file3 respectively 4. Assume the

Re: [git-users] git pull origin branch

2011-08-22 Thread Mark Liversedge
Thank you everyone. I will keep doing the same. I tried rebasing and had a few issues (merge conflicts!). Mark -- You received this message because you are subscribed to the Google Groups Git for human beings group. To view this discussion on the web visit

[git-users] Re: workflow question for central git repo

2011-08-22 Thread Sandeep Mahajan
On Aug 23, 2:09 am, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Mon, 22 Aug 2011 05:14:29 -0700 (PDT) Sandeep Mahajan sandeep.d.maha...@gmail.com wrote: [...] 1. Assume I have a central repo containing branches branchA. 2. This repo is cloned by user A and