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: auto-create new branch if no --branch-name flag is supplied #90

Closed zackproser closed 1 year ago

zackproser commented 2 years ago

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 git-xargs because many new users get tripped up on needing to iterate against new branch names when testing out their jobs.

The branch name generation could use a UUID-like string algorithm to avoid collisions with existing branch names.

zackproser commented 1 year ago

Closing as I'm no longer working at Gruntwork and this issue is stale.