+++ title = 'Inspecting previous versions' objectives = ["Use a Git history to view previous versions of a project", "Find the commit that corresponds to a particular version of a project"] time ="20" [build] render = 'never' list = 'local' publishResources = false
+++
We can view the different commits of a project on Github. This means we can see what an application looked like before, in previous versions.
{{}} Here are some different versions of the educational blog we introduced in the previous module.
Deployed version A educational blog
Deployed version B educational blog
Deployed version C educational blog
- What is the difference between Version A and Version B on the index page (the page you first land on after clicking on the link)
- What is the difference between Version C and the main version of the site.
- Which commit from the education-blog repo corresponds to Version C? Remember to check the git history.
- Which commit from the education-blog repo corresponds to Version A?
{{}}