Skip to content
Snippets Groups Projects
Commit 4e42fc17 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

suggest stash instead of reset

parent 66c64503
No related branches found
No related tags found
No related merge requests found
......@@ -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!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment