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

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

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

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

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

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

[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

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

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