- In the directory to which you cloned the DAMS practicals Git repository, run:
git fetch
git rebase
(If this fails, you might need to stash your changes first with git add -A
then git stash
. After you've rebase
d you can run git stash pop
).
- Rebuild your VM: