Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mark Chiew
pytreat-practicals-2020
Commits
4e42fc17
Commit
4e42fc17
authored
Feb 26, 2018
by
Paul McCarthy
🚵
Browse files
suggest stash instead of reset
parent
66c64503
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
4e42fc17
...
...
@@ -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!
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment