[Webkit-unassigned] [Bug 222848] Add git-webkit revert <file-path>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 18:58:10 PST 2021


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

--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to Jonathan Bedard from comment #2)
> How would `git-webkit revert <file-path>` be different from `git checkout
> <file-path>`? `revert` is reserved for un-doing commits in git.

It would be different in that it also unstaged commits. There is also difference in that when you're in a merge conflict, etc... this command can resolve the conflict as we picked theirs-full.

As we discussed in slack, we can call this "discard" instead.

-- 
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/20210309/9a484f2f/attachment.htm>


More information about the webkit-unassigned mailing list