Re: [git-users] Git workflow for Multiple SKU

2015-08-24 Thread Gergely Polonkai
Hello,

you may want to use gitflow. For example, develop all features and bugfixes
on master, then cherry pick the relevant commits to the respective SKU
branches. It's all about workflow, not tool.

Best,
Gergely
On 24 Aug 2015 13:52, Irakli Lomidze ira...@lomidze.biz wrote:

 I Just in this year moved to git. and gitflow it is very good approach for
 bugfixes and release controls, when you have single master branch.

 But when you think to have multiple master thinks getting much difficult.

 to be fear before I used Folder Full Backup to manage version and manually
 coping files.

 Now I would like to hear about SKU management with Git, if Git appropriate
 tools to do it.





 On Mon, Aug 24, 2015 at 3:46 PM, Magnus Therning mag...@therning.org
 wrote:

 On Fri, Aug 21, 2015 at 12:35:03AM -0700, Irakli Lomidze wrote:
  Dear Sirs.
 
  I have Multiple SKU of my application, (eg Standard, Enterprise,
  Corporate)
 
  What is best or suggested git workflow for it. ?
  or I should manage it in separate folders as separate project with
  individual git standard flow ?

 That's a rather difficult question to answer without some more
 information...

 How do you manage it today?

 Do you use some VCS as a part of how you manage it today?

 /M

 --
 Magnus Therning  OpenPGP: 0xAB4DFBA4
 email: mag...@therning.org   jabber: mag...@therning.org
 twitter: magthe   http://therning.org/magnus

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/uVZeotOc8ww/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 --
 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.


-- 
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] Git workflow for Multiple SKU

2015-08-24 Thread Irakli Lomidze
gitflow is an approved good practise for single madter branch. is it also
good for multime master branches as well ? can you refer me to some
document or article for it ?


thank you in advance

On Monday, August 24, 2015, Gergely Polonkai gerg...@polonkai.eu wrote:

 Hello,

 you may want to use gitflow. For example, develop all features and
 bugfixes on master, then cherry pick the relevant commits to the respective
 SKU branches. It's all about workflow, not tool.

 Best,
 Gergely
 On 24 Aug 2015 13:52, Irakli Lomidze ira...@lomidze.biz
 javascript:_e(%7B%7D,'cvml','ira...@lomidze.biz'); wrote:

 I Just in this year moved to git. and gitflow it is very good approach
 for bugfixes and release controls, when you have single master branch.

 But when you think to have multiple master thinks getting much difficult.

 to be fear before I used Folder Full Backup to manage version and
 manually coping files.

 Now I would like to hear about SKU management with Git, if Git
 appropriate tools to do it.





 On Mon, Aug 24, 2015 at 3:46 PM, Magnus Therning mag...@therning.org
 javascript:_e(%7B%7D,'cvml','mag...@therning.org'); wrote:

 On Fri, Aug 21, 2015 at 12:35:03AM -0700, Irakli Lomidze wrote:
  Dear Sirs.
 
  I have Multiple SKU of my application, (eg Standard, Enterprise,
  Corporate)
 
  What is best or suggested git workflow for it. ?
  or I should manage it in separate folders as separate project with
  individual git standard flow ?

 That's a rather difficult question to answer without some more
 information...

 How do you manage it today?

 Do you use some VCS as a part of how you manage it today?

 /M

 --
 Magnus Therning  OpenPGP: 0xAB4DFBA4
 email: mag...@therning.org
 javascript:_e(%7B%7D,'cvml','mag...@therning.org');   jabber:
 mag...@therning.org
 javascript:_e(%7B%7D,'cvml','mag...@therning.org');
 twitter: magthe   http://therning.org/magnus

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/uVZeotOc8ww/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','git-users%2bunsubscr...@googlegroups.com');
 .
 For more options, visit https://groups.google.com/d/optout.


 --
 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
 javascript:_e(%7B%7D,'cvml','git-users%2bunsubscr...@googlegroups.com');
 .
 For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/uVZeotOc8ww/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','git-users%2bunsubscr...@googlegroups.com');
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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] Hide password

2015-08-24 Thread Gergely Polonkai
Hello,

even if you change to git+ssh, it is likely not everyone can. If I were
you, I would report it as a bug/missing feature (or consider making a patch
for it).

Best,
Gergelf
On 24 Aug 2015 14:27, s.cel...@gmail.com s.cel...@gmail.com wrote:

 Thanks

 You convinced me to use git+ssh

 Maybe a warning should be displayed and password hidden when
 someone is doing like I did previously

 --
 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.


-- 
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] Hide password

2015-08-24 Thread s.cel...@gmail.com
Sorry but I didn't find URL to bug tracker.

2015-08-24 16:38 GMT+02:00 Gergely Polonkai gerg...@polonkai.eu:

 Hello,

 even if you change to git+ssh, it is likely not everyone can. If I were
 you, I would report it as a bug/missing feature (or consider making a patch
 for it).

 Best,
 Gergelf
 On 24 Aug 2015 14:27, s.cel...@gmail.com s.cel...@gmail.com wrote:

 Thanks

 You convinced me to use git+ssh

 Maybe a warning should be displayed and password hidden when
 someone is doing like I did previously

 --
 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.

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/DQBoLZ4K9d8/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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] Git workflow for Multiple SKU

2015-08-24 Thread Magnus Therning
On Fri, Aug 21, 2015 at 12:35:03AM -0700, Irakli Lomidze wrote:
 Dear Sirs.
 
 I have Multiple SKU of my application, (eg Standard, Enterprise,
 Corporate)
 
 What is best or suggested git workflow for it. ?
 or I should manage it in separate folders as separate project with
 individual git standard flow ?

That's a rather difficult question to answer without some more
information...

How do you manage it today?

Do you use some VCS as a part of how you manage it today?

/M

-- 
Magnus Therning  OpenPGP: 0xAB4DFBA4 
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe   http://therning.org/magnus

-- 
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] Git workflow for Multiple SKU

2015-08-24 Thread Irakli Lomidze
I Just in this year moved to git. and gitflow it is very good approach for
bugfixes and release controls, when you have single master branch.

But when you think to have multiple master thinks getting much difficult.

to be fear before I used Folder Full Backup to manage version and manually
coping files.

Now I would like to hear about SKU management with Git, if Git appropriate
tools to do it.





On Mon, Aug 24, 2015 at 3:46 PM, Magnus Therning mag...@therning.org
wrote:

 On Fri, Aug 21, 2015 at 12:35:03AM -0700, Irakli Lomidze wrote:
  Dear Sirs.
 
  I have Multiple SKU of my application, (eg Standard, Enterprise,
  Corporate)
 
  What is best or suggested git workflow for it. ?
  or I should manage it in separate folders as separate project with
  individual git standard flow ?

 That's a rather difficult question to answer without some more
 information...

 How do you manage it today?

 Do you use some VCS as a part of how you manage it today?

 /M

 --
 Magnus Therning  OpenPGP: 0xAB4DFBA4
 email: mag...@therning.org   jabber: mag...@therning.org
 twitter: magthe   http://therning.org/magnus

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/uVZeotOc8ww/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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] Signing tags by default?

2015-08-24 Thread Barry Warsaw
Should it be (or maybe, is it) possible to configure git to sign tags by 
default?

While you can pass -s/-u to `git tag` it doesn't appear that there's a `git 
config` setting to make this the default.  It would at least be
useful on a per-repo basis.  Some development communities might want to 
mandate signed tags.

Cheers,
-Barry

-- 
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] Signing tags by default?

2015-08-24 Thread Gergely Polonkai
Hello,

I don’t know of such an option, but at my previous company we simply
refused to accept non-signed tags in the blessed repo.

Best,
Gergely

2015-08-24 23:07 GMT+02:00 Barry Warsaw ba...@python.org:

 Should it be (or maybe, is it) possible to configure git to sign tags by
 default?

 While you can pass -s/-u to `git tag` it doesn't appear that there's
 a `git config` setting to make this the default.  It would at least be
 useful on a per-repo basis.  Some development communities might want to
 mandate signed tags.

 Cheers,
 -Barry

 --
 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.


-- 
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] Signing tags by default?

2015-08-24 Thread Philip Oakley
There was some recent discussion on the main git list recently on a similar 
topic. http://thread.gmane.org/gmane.comp.version-control.git/275881 Flags and 
config to sign pushes by default. Have a search for other discussions. 

If I remember correctly, many discussions end up with a 'signing should be a 
deliberate act' line of reasoning such that (g)it shouldn't allow a 
config-to-on setting. 

To my mind, often the discussions can become confused surrounding which remote 
is 'blessed' (signing, verification, review  validation essential) and which 
is simply a backup/archive/hub/test/dev facility (signing not essential).


  - Original Message - 
  From: Gergely Polonkai 
  To: git-users@googlegroups.com 
  Sent: Monday, August 24, 2015 10:40 PM
  Subject: Re: [git-users] Signing tags by default?


  Hello,


  I don’t know of such an option, but at my previous company we simply refused 
to accept non-signed tags in the blessed repo.


  Best,
  Gergely


  2015-08-24 23:07 GMT+02:00 Barry Warsaw ba...@python.org:

Should it be (or maybe, is it) possible to configure git to sign tags by 
default?


While you can pass -s/-u to `git tag` it doesn't appear that there's a `git 
config` setting to make this the default.  It would at least be
useful on a per-repo basis.  Some development communities might want to 
mandate signed tags.



Cheers,
-Barry



-- 
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.




  -- 
  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.

-- 
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.