WEEK 7 · LESSON 4 · TOPIC 7 OF 11 · Practical Application

Practical Application

Lesson progress

0% Complete

SECTION 1 OF 1

In this topic · 1 sections
  1. Overview

Overview

A disciplined commit cycle is:

  1. Run git status.
  2. Stage the intended changes.
  3. Run git status again.
  4. Commit with a descriptive message.
  5. Run git status to confirm the working tree is clean.
  6. Review recent history with git log --oneline.