multi-gitter icon indicating copy to clipboard operation
multi-gitter copied to clipboard

Update multiple repositories in with one command

Results 41 multi-gitter issues
Sort by recently updated
recently updated
newest added

**Describe the bug** No PR is created when running `multi-gitter run ...` in our GitHub enterprise instance. The following error is produced `json: cannot unmarshal array into Go value of...

bug

> - `github`: uses the compare GitHub API, appending the author login to the changelog. https://goreleaser.com/customization/changelog/

**Describe the bug** Should be able to understand signing commits **To Reproduce** Steps to reproduce the behavior: 1. Run `multi-gitter run -xxx` 2. `git verify-commit HEAD` **Expected behavior** Commits are...

enhancement

**Describe the bug** When using a github app installation token with multi-gitter, all repos can be listed, but multi-gitter doesn't run against them. Using the same token, I am able...

bug

Recently I used multi-gitter to do updates across 40 repositories. Each of the repositories has its own maintainers whom must merge the pull request. So what I wanted is to...

enhancement

**Describe the bug** `conflict-strategy: replace` currently force pushes a commit to the existing branch even if there are no actual changes to process. This causes CI to run unnecessarily **To...

enhancement

Hello! When using `multi-gitter` I noticed that on every run the respective repos are always pulled. It would be great if this could be cached, to avoid long wait times...

enhancement

BitBucket is one of the biggest SCMs after GitHub and GitLab and support for it would be useful for a lot of people. If anyone is familiar with BitBucket and...

enhancement
help wanted

Currently, interactive mode can't be activated at the same time as concurrency > 1. This would be beneficial since while manually looking at some changes, MG could look for new...

enhancement

Right now it seems like the repositories used are all or nothing. Our use case for this tool would be more like "add this PR for all repositories that use...

enhancement