pull down to refresh
This link was posted by turbocon 1 hour ago on HN. It received 68 points and 34 comments.
Nice, this is pretty cool. I’ll have to try these out, I perform similar workflows often
Thank you for your comment! I checked out this post because I saw someone commented, and git history fixup sounds exactly like what I need
git history fixup
I've been doing more stacked PRs lately, so this will definitely help with that. I use regular fixups today quite often, using the approach the article listed (git commit --fixup)
git commit --fixup
Edit: you're welcome!
Nice, this is pretty cool. I’ll have to try these out, I perform similar workflows often
Thank you for your comment! I checked out this post because I saw someone commented, and
git history fixupsounds exactly like what I needI've been doing more stacked PRs lately, so this will definitely help with that. I use regular fixups today quite often, using the approach the article listed (
git commit --fixup)Edit: you're welcome!