Last active
January 30, 2018 11:02
-
-
Save mmoreram/39d8bffea69f0fede474 to your computer and use it in GitHub Desktop.
Gitsplit configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
split: | |
# | |
# You can define one by one | |
# your repositories | |
# | |
src/a: [email protected]:me/a.git | |
src/b: [email protected]:me/b.git | |
# | |
# Or you can define them using | |
# wildcards | |
# | |
src/*: [email protected]:me/$i.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Marc, I'm working on similar tool called surprisingly... Monorepo at deprecated-packages/symplify#613 :)
Do you have code to share behind this? Could not find it :(