diff --git a/README.md b/README.md index 89728918c74cb6721fedba926bb81dfd6492f6b7..3d52f27d0745820b4d4a6089cf25ebbee5652900 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!