gr icon indicating copy to clipboard operation
gr copied to clipboard

Multiple git repository management tool

Results 45 gr issues
Sort by recently updated
recently updated
newest added

I do not know how ethical it is to promote my own library on someone else's project, but since the developer is not maintaining the repo, I made my own...

Here's some jq.js code that worked for me--modify for your use (until this gets implemented 😉): ```sh $ gr export . | jq '{folders: [.repos[] | ["..", .path, .name] |...

If executing multiple commands, it'd be nice to run `gr -`, then an interactive shell comes up that lets you run any commands over all the repos

Can command execution for a tag be ordered, this can be based on the order in the .grconfig.json This will help order execution in case subsequent repos are dependent on...

How could I select repos that: - have both tags `@foo` and `@bar` - have either tag `@foo` or `@bar` ?

I was getting the ENOENT error when trying to run commands (e.g. gr @tag -- mvn install) but fixed it by replacing the "child_process" module in lib/run.js with the "cross-spawn"...

I think we don't have tagging in windows. how does this tool work on windows?

"short notation" as per `git` own PS1 convention, except - kept your "nothing" on _neither ahead nor behind_ (instead of `u=`) - kept your (green) "clean" when no change (instead...