[git-users] Looking to auto-update a GIT local repo (on Windows Server) when bare repo on redmine is pushed to

2011-06-30 Thread KCO
Hi all.. I've tried to research this and although I've found some answers, others are still missing. Basically we have a a number of developers on Window desktops working in .Net stuff. They are all committing locally and then pushing to a Redmine bare repo on a Red Hat box. All this works just

[git-users] Re: What do you do re: Git branching and development environments?

2011-06-23 Thread KCO
has the right idea, using custom scripts to do migrations is about the only way to keep it in VC. Git does not do so well with versioning DB dumps (the repo gets huge very quickly). ./ben On Jun 21, 12:24 pm, KCO kochin@gmail.com wrote: Hello folks... I was hoping that someone

[git-users] What do you do re: Git branching and development environments?

2011-06-21 Thread KCO
Hello folks... I was hoping that someone could help me out here. I'm just starting out with GIT and I'm trying to understand how to use branching as best as possible. I understand from the code perspective the benefits of using branching for things like feature releases, version releases,