Stephen Wade

Results 36 comments of Stephen Wade

@defunctzombie Are you still working on a PR for this feature?

I'd like this feature to include a setting to avoid pushing by default. I only want to push branches when I'm ready to `propose` them. ~(This might conflict with https://github.com/git-town/git-town/issues/3632...

> Please note that omitting the push only works with the merge setting for [sync-feature-strategy](https://www.git-town.com/preferences/sync-feature-strategy) right now. Rebasing your feature branches without force-pushing the new commits to origin results in...

In my opinion: For prepend/append, we shouldn't call it `--pick`/`--cherry-pick` because it should not cherry-pick, just update refs. For hack, we shouldn't call it `--pick`/`--cherry-pick` because that implies cherry-picking but...

> Approach A is much easier to implement and will cause fewer merge conflicts along the way. Approach B seems more flexible. I think it would be nice to have...

> Feedback requested: It would be great if somebody who is already manually moving commits between branches shares how they do it. What’s the sequence of Git commands to move...