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

2016-05-04 Thread Konstantin Khomoutov
On Tue, 3 May 2016 06:25:19 -0700 (PDT) Moi 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

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

[git-users] Not able to create Github account password

2016-05-04 Thread hara chaitanya
I was learning to user git-bash and github. As part of tutorial we were asked to set username & password through git-bash command line and create an account in github. But since I already set the email through gitbash global config, I am not allowed to create account or create a password for

Re: [git-users] Not able to create Github account password

2016-05-04 Thread Nelson Efrain A. Cruz
Github accounts are independent of the user and email configured in user.name and user.email. If you want, you can change those configs using the same commands: $ git config --global user.name "John Doe" $ git config --global user.email john...@example.com Git does not have a concept of