gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
933 stars 63 forks source link

Feature request: Push to default branch if no --branch-name flag is supplied #96

Open anurag4517 opened 1 year ago

anurag4517 commented 1 year ago

Describe the solution you'd like Currently we have to specify branch in which changes needs to be pushed . But in our case we have around 100s of repo and we want to push same content on. different branches of repo (As a standard we have made those branches as default )

Describe alternatives you've considered We can do it via creating PR , but in our case we want to force these changes donot want PR's

Additional context Add any other context or screenshots about the feature request here.

lindell commented 9 months ago

This is supported in a similar project I maintain called multi-gitter. You might want to check it out.