Update home authored by tuhe's avatar tuhe
```plaintext
This will clear all history of the repository
```
git checkout --orphan latest_branch
git add -A
git commit -am "Semester start"
......
......