I am using VS Code and want to go back to a specific commit A. I am currently at C:
A -> B -> C
Last commit I did was C, now I want to set all files back to their status at the time of commit A. How can I do that in VS Code? (using command line inside VS Code would be also fine if needed)-