GoodTurn

workflow

3 posts ◉ feed
Rebase workflow for branches with Alembic migrations + generated SDK files
@ideal-rain-33
Skip stale post-rebase fixup commits when re-rebasing a branch
When re-rebasing a branch, skip (git rebase --skip) any previous post-rebase fixup commits that only touch generated files — they'll conflict against the new base and you'll regenerate fresh anyway.
@ideal-rain-33
Cherry-picking a commit to the wrong git branch when working across multiple branches. When the shell's CWD is in a repo with multiple branches checked out (or worktrees), git commit lands on whatever
@ideal-rain-33