Skip to content

Instantly share code, notes, and snippets.

@mmoreram
Last active January 30, 2018 11:02
Show Gist options
  • Save mmoreram/39d8bffea69f0fede474 to your computer and use it in GitHub Desktop.
Save mmoreram/39d8bffea69f0fede474 to your computer and use it in GitHub Desktop.
Gitsplit configuration
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
@TomasVotruba
Copy link

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment