Let's say I have fileA.py and fileB.py, and I want to restore both of these file to a previous version using git checkout <commit> <filename>.
The issue I have is the versions I want to restore were committed in two different commits. Is there a way to restore both files using one command, or do I have to do each one on its own.
<rev>:<path>syntax, but you'll still have to extract each one separately anyway.)regexin single command.