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 60 git-xargs issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** add a XARGS_REPO_DIRECTORY variable to access the path of the temporary directory **Describe alternatives you've considered** I can't find an easy way to access the...

enhancement

Hi team, I was evaluating this tool and I would like to know if it is possible to specify a different directory to /tmp to clone the repositories that I...

## Description Fixes #139. Add rate limiting to github clone calls, avoiding issues with github "permission denied" and EOF errors when cloning too many repositories in parallel. ## TODOs Read...

## Description Fixes #109. Original code did equivalent of following: ```bash git clone git checkout -b git merge --ff origin/ ``` new code is properly checkouting remote branch if exists...

**Describe the bug** First of all, I recently discovered this amazing tool and I've used it to open a bunch of PRs across a few repos. That worked amazingly! Now...

bug

## Description Fixes #146 This adds an environment variable XARGS_REPO_DIRECTORY so the temp directory can be referenced in scripts. ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [x] Update the...

**Describe the bug** I exported my GHE host as: export GITHUB_HOSTNAME="github.houston.softwaregrp.net" When I run git-xargs it seems to be trying to clone from github.com: [git-xargs] INFO[2024-01-29T17:40:17-05:00] git-xargs running... [git-xargs] DEBU[2024-01-29T17:40:17-05:00]...

bug

**Describe Solution You'd Like** Ideally you should be able to pass a flag to the `git-xargs` CLI command which indicates what format you'd like to use for the logs that...

enhancement

Use case: our scripts already make the commits like we want them (GPG signed), but if no change is detected, git-xargs will skip. Somehow similar to: https://github.com/gruntwork-io/git-xargs/issues/39 **Describe the solution...

enhancement

## Description Closes #93. This PR allows users to sign commits with git-xargs using a global signingkey in their git config. see: https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key for more info on configuring git to...