[git-users] Commercial support for Git

2011-07-13 Thread Sandeep Mahajan
Apart from Clearvision (www.clearvision-cm.com/git/git.html), are there any other vendors that provide training, support for Git? Thanks. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@goog

[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 conf

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

2011-08-22 Thread Sandeep Mahajan
conflicts? Rgds Sandeep On Aug 22, 9:37 pm, Konstantin Khomoutov wrote: > On Mon, 22 Aug 2011 04:18:58 -0700 (PDT) > > Sandeep Mahajan wrote: > > 1. Assume I have a central repo containing branches branchA. > > 2. This repo is cloned by user A and userB. > > 3. userA

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

2011-08-22 Thread Sandeep Mahajan
On Aug 23, 2:09 am, Konstantin Khomoutov wrote: > On Mon, 22 Aug 2011 05:14:29 -0700 (PDT) > > Sandeep Mahajan wrote: > > [...] > > > > > > > > > > > > > 1. Assume I have a central repo containing branches branchA. > > > > 2. T