Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.37 KB

File metadata and controls

30 lines (21 loc) · 1.37 KB

+++ 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

Questions

  1. 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)
  2. What is the difference between Version C and the main version of the site.
  3. Which commit from the education-blog repo corresponds to Version C? Remember to check the git history.
  4. Which commit from the education-blog repo corresponds to Version A?

{{}}