Skip to content

christian-graf/mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test of an monolithic repository with subtrees

Initialize your subtrees

Add your sub repositories

 git subtree add --prefix=packages/sub1 git@github.com:christian-graf/sub1.git master
 git subtree add --prefix=packages/sub2 git@github.com:christian-graf/sub2.git master

 git push

Publish subtrees

git subtree push --prefix=packages/sub1 git@github.com:christian-graf/sub1.git master
git subtree push --prefix=packages/sub2 git@github.com:christian-graf/sub2.git master

Git extension subsplit

While checking how laravel handles its repositories i found some interesting git extension

Subsplit

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published