Login
From:
Mark's Blog
(Uncensored)
subscribe
Revert a file to a specific version in git
https://without-brains.net/2021/10/07/revert-a-file-to-a-specific-version-in-git/
links
backlinks
Tagged with:
git
Roast topics
Find topics
Find it!
To revert a commit in git you can use the git revert command, this undoes all the changes of the given commit with a new commit. But what if you only want to revert one specific file to a specific revision?