gitbatch icon indicating copy to clipboard operation
gitbatch copied to clipboard

manage your git repositories in one place

Results 22 gitbatch issues
Sort by recently updated
recently updated
newest added

Just installed and played with it, then I don't know how to bail out? Can this support vim keybinding, at least, q should _always_ be there if I want to...

I'm relatively new at Git, and completely new at Go. I got lost when I didn't find any reference to Windows installation. So after making some research about it, I...

I have several git repos under /usr/local/src (100s). When I run gitbatch, either from the binary provided or by compiling the GO src, with "." as the directory under /usr/local/src...

CURRENT BEHAVIOR: When selecting 2-5 repositories at once, an error is thrown saying: `application quitted with an unhandled error: same job already is in the queue` EXPECTED BEHAVIOR: When selecting...

From within gitbatch I'm asked for authentication for the repo `carloswm85.github.io`. But not when I use just Git from the console. Are you experiencing the same problem? It seems to...

I think that even discussion like this one shouldn't be placed in the issues tab. The irony... I have a little suggestion to make, which is not an issue.

A really helpful tool, thanks a lot! Sadly the current implementation of Pull mode does not work for me, because it seems to always merge the fetched remote. It would...

I'm having some strange problems and I'm starting the application like this: `gitbatch --log-level="trace"` Where are the logs? I've had the problems below and I want to see if the...

It's necessary to add a secret named `HOMEBREW_TAP` to access the repository `isacikgoz/homebrew-taps`. issue: close #109

I'm using [goreleaser](https://goreleaser.com) with [GitHub workflow](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions) to automatically release my go applications. This can be beneficial for this because of the features following: - auto-generated changelog - homebrew support -...