From 77ae3bad32621bc7192b2394aaabcf2a3cb81e8e Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Thu, 20 Aug 2015 03:33:03 -0400 Subject: [PATCH] revert --> reset --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75545939..aea24e0f 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ In order to get the most up-to-date builds, you'll have to periodically update y 1. Open up your command line. 2. Navigate to wherever you cloned EE3 in the console. 3. Make sure you have not made any changes to the local repository, or else there might be issues with Git. - * If there are local changes, try reverting them to the status that they were when you last updated your repository by executing `git revert HEAD --hard`. + * If there are local changes, try reverting them to the status that they were when you last updated your repository by executing `git reset HEAD --hard`. 4. Execute `git pull master`. This pulls all commits from the official repository that do not yet exist on your local repository and updates it. ### Contributing