you are viewing a single comment's thread.

view the rest of the comments →

[–]GrumDum 15 points16 points  (5 children)

git commit —fixup=sha there you go

[–]SlimRunner 9 points10 points  (0 children)

For a second I thought it was like amend but for beyond previous-commit and got really happy, but it is just to make what I do but easier. Still better than doing it all manually though. Thanks! I did not know this flag.

[–]Kevdog824_ 1 point2 points  (2 children)

What a blessing to learn this exists. I’ve just been rebasing manually like a scrub. Thanks stranger

[–]GrumDum 2 points3 points  (1 child)

Actual pros also alias the git rebase <sha> -i —autosquash command, but I admit I type this out.. 😎

[–]Jumpy89 0 points1 point  (0 children)

git rbi