git-octopus
git-octopus copied to clipboard
The continuous merge workflow
This change is [](https://reviewable.io/reviews/lesfurets/git-octopus/44)
I try to go to `test` directory, to run 1 test like this : `./run_test.sh simple_test` but the `../bin` is missing. Idem for `run_all.sh`. Thanks
The goal is to have a more extendable octopus toolbox, and a better CLI syntax (the one enforced by cobra). It should migrate the syntax from `git-octopus -args param` to...
When running git octopus on two branches, with some specific conditions I could not be able to describe (at least 2 branches almost identical with just the first commit changing),...
I work for Kelkoo. We would like to use this project, but we need to repackage with rpm and maybe submit to fedora. Did you already do it or plan...
## Needs * Better testability. For instance, I would like to mesure test coverage. * Get some abstractions because bash is just a mess. * Something easier to debug and...
FRENCH REQUEST REPORTED ON THE MAILING LIST (to translate) J'effectue en ce moment une évaluation de Git Octopus :) J'essaie notamment de l'intégrer le mieux possible dans notre processus de...
First a big thanks for the go rewrite, it such a breeze to read and test compared to the bash version! ### This PR contains several changes: * Chunk mode...
I don't know why, but while executing `git octopus` I get the following error. It doesn't break anything and the execution continues. It seems to happen on a .xls which...
Our project needs certain branches merged before others, is there any way to tell octopus to merge branch FEATURE/Y first, then FEATURE/Z ?