git fetch origin
git reset --hard origin/master
```
If you want to save your current branch's state before doing this (just in case), you can do:
```
git commit -a -m "Saving my work, just in case"
git branch my-saved-work
```
tygas/github.io
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|