[git-users] What is best practice to manage a set of repos?

2013-01-14 Thread David Goldfarb
I've just moved a monolithic svn repo to git, and divided it into multiple git repos, one per project. Generally, this is the structure I want. There is one project per repo and, while I do work on multiple projects in any given week, each check-in will be local to a single project. But, I

[git-users] Re: What is best practice to manage a set of repos?

2013-01-16 Thread David Goldfarb
Thanks, I'll take a look. I do need to be able to work on Windows too, but my needs are pretty simple... 99% of the time, the only group action I'll need is to check out all the latest files of all projects. On Monday, January 14, 2013 4:14:41 PM UTC+2, Thomas Ferris Nicolaisen wrote: We've