WEEK 7 · LESSON 4 · TOPIC 8 OF 11 · Example

Example

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

git status
git add .
git status
git commit -m "Add the third project file"
git status
git log --oneline

To inspect an earlier state:

git log --oneline
git checkout <older-commit-id>