NEW 222848
Add git-webkit revert <file-path>
https://bugs.webkit.org/show_bug.cgi?id=222848
Summary Add git-webkit revert <file-path>
Ryosuke Niwa
Reported 2021-03-05 19:00:47 PST
It's really counterintuitive that we'd have to reset the file and then checkout in order to revert local changes in Git. We should add git-webkit revert <file-path> to emulate svn revert.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-03-08 08:32:24 PST
Jonathan Bedard
Comment 2 2021-03-08 08:47:25 PST
How would `git-webkit revert <file-path>` be different from `git checkout <file-path>`? `revert` is reserved for un-doing commits in git.
Ryosuke Niwa
Comment 3 2021-03-08 18:58:10 PST
(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.
Note You need to log in before you can comment on or make changes to this bug.