To reset or revert a file to a specific revision in Git, use one of the … How can I reset or revert a file to a specific revision with Git?Read more
reset
How do I reset my local branch to be just like the branch on the remote repository?
To reset your local branch to exactly match the remote repository, follow these steps: Step-by-Step Guide … How do I reset my local branch to be just like the branch on the remote repository?Read more