git-xargs
git-xargs copied to clipboard
git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
Per this question: https://github.com/gruntwork-io/git-xargs/pull/62#issuecomment-1006699457 It would be useful to be able to pass a flag to `git-xargs` that causes all Github API response headers to be dumped to STDOUT to...
**Describe the bug** When using the git-xargs with a very big commit message, that includes `\n` characters (to create the description) the name the PR seems to ignore the `\n`....
**git-xargs version** What does `git-xargs --version` show? `git-xargs version v0.0.11` **Describe the bug** `git-xargs` is not respecting `.gitignore` **To Reproduce** Steps to reproduce the behavior: ```sh #!/usr/bin/env bash git-xargs \...
**Describe the solution you'd like** With #49 , we'll have introduced support for draft pull requests. Ideally, we'd have test coverage for this feature as well, using any mocks that...
It would be great if I could add reviewers (teams and single persons) to the pull request git-xargs opens. This way my reviewers will automatically see their pull requests. https://docs.github.com/en/rest/reference/pulls#request-reviewers-for-a-pull-request
I think, git-xargs should always open PRs even if the given command did not change anything locally or if the push returns already up-to-date. The reason why I use your...
**git-xargs version** git-xargs version v0.0.11 **Describe the bug** [Logs here](https://gist.github.com/adborden/f0000d75107e1971940d48b58bc710be). When running git-xargs, I get the error "author field is required" during the commit step. This seems to be true...
**Is your feature request related to a problem? Please describe.** We'd like the safety and communication benefits of using Pull Requests while reducing the burden as much as possible **Describe...
Jim's thinking: > "Should this tool do more to be "unix philosophy friendly"? E.g., Normally, you pipe things into the real xargs. Does that make sense to do here? >...
Consider adding an option which will parse a commit and compile a list changes to apply on all supplied repos. For example, a list containing file modifications, simple word substitutions,...