git-multi-pr
git-multi-pr copied to clipboard
git-multi-pr is a tool that allows you to work on multiple PRs within a single git branch.
This is the console output I get, ideally I would expect to see on the PR a message with the failure but I only see a 💨 or on my...
Sometimes when I do `git-multi-pr export` the PR that gets exported includes, in the diff UI on github, changes that have nothing to do with my local commit(s) and seem...
save stupids like me
Similar to starting your commit with `WIP`, you should be able to start your commit with `FIXUP` and `DRAFT`. **FIXUP** The commit will be squashed to the previous commit when...
Bash string processing and json does weird stuff with them.
For example, if there is commit1 commit2 commit3 commit4 and we edit commit3, there is no need to re-export commit1 and commit 2. The commit3 and commit4 should be exported....