© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Roderick Kennedy
Simulation and Virtual Reality
I asked how to do this on StackOverflow, and the answer is: git diff --diff-filter=D --name-only | xargs git checkout You need the "xargs": just piping the output of "diff" to "checkout" doesn't work.
No responses yet.