[git-users] Unable to push to 1 of the depositories in Git server

2016-05-12 Thread Moi
Anyone encountered the following error:

In the remote central depository, I have 2 git depositories.
I'm able to clone/pull from the 2 git depositories using https but when 
issue a pull, it gives ' return code 22 fatal: git-http-push failed' error

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] How to implement White Label using Git

2016-05-04 Thread Moi
"

*These per-customer branches contain customer-specific customizations 
and receive "integration merges" from the "pristine" branch when needed 
-- typically when a new bug fix or a feature gets implemented there. *"

what does "integration merges" mean? Does it mean cherry pick those fixes 
from "pristine" branch to the per-customer branches?

On Wednesday, May 4, 2016 at 10:14:56 PM UTC+8, Konstantin Khomoutov wrote:
>
> On Tue, 3 May 2016 06:25:19 -0700 (PDT) 
> Moi <myo...@gmail.com > wrote: 
>
> > Can we make use of Git to implement White Label concept? 
> > Eg, I have a product that are sold to customer A and customer B. If 
> > customer B needs to customize on some screens which customer A 
> > doesn't need, how do I implement the white label using Git? 
>
> This task is not specific to Git and is commonly known as "vendor 
> branches", so just google this term. 
>
> In short, and in the simplest case, you have a branch which contains 
> the "pristine" version of your codebase -- that is, with no 
> per-customer customizations.  Then for each customer you have their own 
> branch forked off that "pristine" branch. 
> These per-customer branches contain customer-specific customizations and 
> receive "integration merges" from the "pristine" branch when needed -- 
> typically when a new bug fix or a feature gets implemented there. 
>
> Sure, the scheme could be more complicated like maintaining several 
> "pristine" branches when different customers having different versions 
> of your codebase deployed to them but the basic idea holds. 
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Git - White label

2016-05-03 Thread Moi
Can we make use of Git to implement White Label concept?
Eg, I have a product that are sold to customer A and customer B. If 
customer B needs to customize on some screens which customer A doesn't 
need, how do I implement the white label using Git?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] How to implement White Label using Git

2016-05-03 Thread Moi
Can we make use of Git to implement White Label concept?
Eg, I have a product that are sold to customer A and customer B. If 
customer B needs to customize on some screens which customer A doesn't 
need, how do I implement the white label using Git?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.