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

--skip-pull-requests not working #71

Closed karen-tl closed 2 years ago

karen-tl commented 2 years ago

Docs seem to suggest that you can skip pull request and commit straight to master. --skip-pull-requests with branch name as master give the following error

Error="a branch named \"refs/heads/master\" already exists"