From 4e42fc171134a713c625bb1ca920e06bccaf8ba6 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Mon, 26 Feb 2018 09:34:46 +0000
Subject: [PATCH] suggest stash instead of reset

---
 README.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 8972891..3d52f27 100644
--- a/README.md
+++ b/README.md
@@ -63,15 +63,12 @@ following command:
 
 
 ```
-git reset --hard HEAD
+git stash save
 git pull origin master
+git stash pop
 ```
 
 
-> Note that this will overwrite any changes that you have made to the
-> files in your repository!
-
-
 Have fun!
 
 
-- 
GitLab