How to organize projects on Git server? -


i new git , moving svn. working on setting new git server team. trying understand best way setup projects on git server.

is each project want branch , tag own repo in git? in svn, own folder in central svn repository. seems git prefers project own isolated repository.

if correct in assuming each project new repository in git, how things grouped? in svn, different teams may have section of svn repo, projects under section. examples maybe grouping frontend projects in 1 folder , services in another. done in git naming te repo prefix or there concept of folders or groups?

thanks help!

each project ideally own repository. can of course make mega-lith repository of everything, thats suboptimal.

i tend make repositories in folders, , use git submodule bring in libraries or dependencies top-level projects. submodule great way version iteration of external repository using.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -