Hacker News new | ask | show | jobs
by onekorg 1676 days ago
> 1) If you update the bottom branch, you need to manually rebase each branch above it. That becomes brutal if your stack is >3 branches.

I do this relatively easily with `--rebase-merges` flag.