[Webkit-unassigned] [Bug 235861] git-webkit should allow rebasing to master without committing or stashing local changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 15:45:59 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235861

--- Comment #3 from Jonathan Bedard <jbedard at apple.com> ---
(In reply to Ryosuke Niwa from comment #2)
> (In reply to Jonathan Bedard from comment #1)
> > The implementation that first came to my mind would be controversial because
> > it wouldn't work well from a branch, but turns out that `git pull` has an
> > `--autostash` option, which should do what you're asking.
> 
> oh, that's neat. so that'll stash, pull, then stash apply?

Looks like it creates a temporary stash commit to be compatible with --rebase, but basically yes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220131/f00932c9/attachment.htm>


More information about the webkit-unassigned mailing list