Ruud Kamphuis
Ruud Kamphuis
Reading my original issue https://github.com/git-town/git-town/issues/3667 and thinking about my day to day, I often start hacking on a feature, and fix things along the way (scouts rule). These fixes are...
Yeah depending on the use case doing a split on hack makes also sense. So let's add it to prepend append and hack.
My script is called hack-pick. So maybe just --pick?
@stephenwade I think this makes a lot of sense indeed 👍
I use cherry-pick (see https://github.com/git-town/git-town/issues/3667#issuecomment-2222804895). As you can see, if you have the SHA's of the commits, you don't need to checkout to the old branch anymore.
> 2\. git town hack --commit --message "my changes" --propose This would be epic 🤩
I'm hacking in a `feature` branch, and made a few commits. Then I realize I want to extract a single commit and ship that separately. I would really expect a...
Does hack now also support beam? That wasn't in the release notes. Amazing
Ugh I complete read that as append and prepend. Sweet! Thanks again!
Thank you for raising this. I've had so many situations where I thought "why does PHPStan suddenly do a full analysis from scratch?" and then remembering this feature being the...