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** When PRs already exist for specific repositories, include them in a summary to share them with a team. Currently, the summary only shows when new...

enhancement

**Describe the bug** When running `git-xargs --version` gives the error > Incorrect Usage. flag provided but not defined: -version **To Reproduce** ```shell [12/04/23 1:43:34] ➜ github_config git:(master) ✗ go install...

bug

**Describe the solution you'd like** Optionally write all the failed to update repos to a .txt file in the format that `git-xargs --repos` accepts. **Describe alternatives you've considered** In the...

enhancement

**Describe the solution you'd like** When we clone the repo, repo has the `fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack:invalid index-pack output` error. So our...

enhancement
git-xargs

**Describe the solution you'd like** It would be great to have support for Azure Repos **Describe alternatives you've considered** Write a shell/python script to achieve the same

enhancement

## Description Usage of new tool for Apple signing ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [x] Update the docs. - [x] Run the relevant tests successfully, including pre-commit...

**Describe the solution you'd like** Add support for setting the assignees field on the generated PRs. **Describe alternatives you've considered** Unknown. **Additional context** N/A.

enhancement
git-xargs

## Description Fixes #153 Add support for `--assignees` to add the provided GitHub users as assignees to the PR. **Note**: According to [Github - About issue and pull request assignees](https://docs.github.com/en/rest/issues/assignees?apiVersion=2022-11-28#about-issue-and-pull-request-assignees),...