HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dawg

no profile record

comments

dawg
·vor 2 Jahren·discuss
Give git-autofixup a try, never had any incorrect fixup targets with it's hunk-based algorithm.
dawg
·vor 2 Jahren·discuss
Same workflow here, and it's become a breeze with autofix, rebase --update-refs, and a small command to push the whole stack. I'm using magit, so I directly see what could not be matched and remains staged.
dawg
·vor 2 Jahren·discuss
Yes, I empirically found the hunk-based approach of git autofixup to work more reliably. I use it via magit. Paired with rebase --update-refs, it's particularly helpful to automatically fixup stacked branches.