lite
lite copied to clipboard
Split a repository to read-only standalone repositories
I've got a monorepo with hundreds of standalone project-root folders which I'm converting to an equal number of individual branches (each branch representing the root of each standalone project currently...
Hi all, Has anyone figured out how to combine mono/manyrepos with GitHub pull requests and CI? For my non-monorepo projects, each PR automatically gets built by Travis, which helps a...
We are restructuring our code into multipackage repository, so we move around a lots of files eg. from `/app/templates/foo.hbs` -> `/packages/foo-package/app/templates/foo.hbs` We want to use downstream readonly repos with the...
…added to the monorepo. Hope to see this feature in master
The [v1.0.1 release file](https://github.com/splitsh/lite/releases/download/v1.0.1/lite_linux_amd64.tar.gz) contains a subdirectory named `.` whichs breaks automated extraction via composer/Phar (see https://github.com/composer/composer/issues/6992). Could you please re-release the package or fix it in a newer version?...
Did anyone figure out how to merge PRs to a many-repo as discussed in the linked slides? ``` git merge -s subtree many-pr-branch ``` results in `fatal: refusing to merge...
Hi, Would love to run this on docker and share the cache file between containers. Regards
Hi folks First, I want to congratulate for this initiative. Secondly, I want to request a less cryptic README. I installed sliptsh/lite and is working. But I don't understand what...
I don't find the way, to automatically put the commit on a branch. **If "test-splitsh" doesn't exist** ``` # does not create the branch splitsh-lite --prefix inc/library --target=heads/test-splitsh --progress #...
For now we have monolithic repository with added subtree (~45k commits) repository using squash option, like ``` Add 'package/' from commit 'hash' git-subtree-dir: package git-subtree-mainline: hash git-subtree-split: hash ``` Any...