GitHub Activity

For this activity, you can continue working on the project from the previous Git activity.

If you do not have handy the local repo that was created by the previous Git activity, you can download an equivalent repo. To do so, follow these steps.

Clone the example repo:

git clone git@github.com:human-se/git-demo-app-2023-08fall.git github-demo-app

cd into the working tree.

Remove the existing remote repo:

git remote remove origin

Run the gloga command.

You should see a Git log graph that looks like this:

* 3b75b4a (HEAD -> main) Update people index to use tabular layout
* 312f380 Add root route
* ac33c1a Add Person model and scaffold pages
* 29dd053 Add new app skeleton

Start the activity!

Next ⏵