[git-users] CM Synergy to Git conversion utility

2013-10-06 Thread Pankaj Gupta
Hi, I'm looking for a CM synergy to GIT conversion utility.  Once i know all available utilities in market, i shall look at which one suits best. Currently i know if PySynergy (https://github.com/emanuelez/PySynergy)  but did not really use it. Thanks for help, -Pankaj -- You received this me

Re: [git-users] execute hooks for submodules from global templates

2012-08-17 Thread Pankaj Gupta
Not sure if i understood the problem... did you use this command to clone: git clone --template= --recursive-submodules or something else? please share the exact command.. -Pankaj On Fri, Aug 17, 2012 at 2:20 PM, Fred wrote: > Hello, > > I've defined a pre-commit hook in ~/.git_templates di

Re: [git-users] Re: Full Backup - Best Practice

2012-08-17 Thread Pankaj Gupta
i would prefer "git bundle create --all --remotes" To unbundle use : git clone to clone from it. i also liked "git bundle verify" to verify the bundle. -Pankaj On Fri, Aug 17, 2012 at 2:32 PM, Thomas Ferris Nicolaisen wrote: > On Friday, August 17, 2012 10:52:54 AM UTC+2, Michal Idziorek wro

Re: [git-users] Storage of hooks

2012-08-16 Thread Pankaj Gupta
Not sure how adding hook to repo will help. IMO using templates is a good option. you may want to create a template directory with all the standard configuration and ask everyone to "git init" using this argument.. --template= Specify the directory from which templates will be used.

[git-users] How to define commit policy

2011-08-16 Thread Pankaj Gupta
When user commit in git repo. we would like certain checks to be done. How can that be achieved. Is there a manual which talks about that? P -- 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@