git-xargs icon indicating copy to clipboard operation
git-xargs copied to clipboard

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.

Results 58 git-xargs issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** It is often useful to submit signed commits to repos, it would be good if `git-xargs` could enable this (likely by a feature flag) **Describe...

enhancement

**Describe the solution you'd like** Add functionality to create a new random branch name if one was not provided via the `--branch-name` command. This could make it easier to use...

enhancement

**Describe the solution you'd like** When specifying the `--pull-request-title` and `--pull-request-description` it isn't clear to me that you can do anything other than copy or paste in a string of...

enhancement

**Describe the solution you'd like** I was using `git-xargs` for a set of small changes on a number of repositories, but discovered a few of them have different behavior than...

enhancement

**Describe the bug** When I try to apply a "command" to a list of reporitories it works perfectly on all of them except for one that return the error in...

bug

The PR was opened successfully: https://github.com/gruntwork-io/terraform-aws-ci/pull/448, but this error was still thrown. Also the report didn't get generated correctly. ``` git-xargs \ --loglevel debug \ --repo gruntwork-io/terraform-aws-ci \ --branch-name update-pr-template9...

So that these dependencies don't go out of date too quickly: https://github.com/gruntwork-io/git-xargs/blob/3dc1d1a726cad67a83da88eeb064950442920863/.circleci/config.yml#L9-L10 Also worth bumping Go 1.17 now.

**Describe the bug** Using git-xargs with 10+ repositories, I end up with only 10 PRs (consistently between runs, I tried running the command multiple times) **To Reproduce** Steps to reproduce...

bug

The CircleCI job for git-xargs currently sets the main go package's `VERSION` variable to the `$CIRCLE_TAG` which is either the branch name or the tag name. This means that when...

needs design
m:galaxy

In some places, git-xargs is forced to fall back to reading the error message value from GitHub's API responses, since the GitHub API can be inconsistent in what headers, status...