git-meta
git-meta copied to clipboard
Repository for the git-meta project -- build your own monorepo using Git submodules
The [--no-commit option](https://git-scm.com/docs/git-cherry-pick#Documentation/git-cherry-pick.txt---no-commit) is not supported by git-meta cherry-pick. Here is description of the feature ``` Usually the command automatically creates a sequence of commits. This flag applies the changes...
I followed the instructions in [README.md](https://github.com/twosigma/git-meta/blob/master/README.md) and got a compiler error. I tried upgrading node to 11.x and then downgrading to 8.x and then it worked with 8.x. Assuming git-meta...
Probably to the architecture section. As surfaced in https://github.com/twosigma/git-meta/pull/547
See attached demo script. [git-meta-add-d-f-test.txt](https://github.com/twosigma/git-meta/files/1146272/git-meta-add-d-f-test.txt)
Previously, stitch_util.js was logging the message `listing all unconverted ancestors of {commit_sha}`, but the unconverted ancestors weren't actually being logged. This PR puts the unconverted ancestors in the log and...
Is it possible to have more than one "meta" repo? For example, underlying repos A B C D: meta_repo1 contains: A B C meta_repo2 contains: B C D Thanks, Jay
There has been very little activity. Is git meta just that stable and will be used/supported by twosigma & others long-term, or is it slowly fading away? I'm looking to...
`git meta diff` shows you changes from both disk and the index. This is inconsistent with `git diff` which shows only the unstaged changes. You need `git diff --cached` to...