Menu
Coddy logo textTech

Recap - Detective Work

Part of the Version Control section of Coddy's Terminal journey — lesson 18 of 58.

challenge icon

Challenge

Medium

The folder contains users.txt with two lines, already committed in a fresh repo where the user identity is set up.

Make this change and review it:

  1. Append the line charlie to users.txt (do not stage or commit it).
  2. Run git diff to display the unstaged change.

Try it yourself

Terminal

All lessons in Version Control