# This rolls back the diff of the file in the git commit git checkout COMMIT_SHA FILE # Commit the file modification (rolled back diff) git add FILE git commit -m "Check out previous version of file."
Post a Comment
No comments:
Post a Comment