Skip to main content

Practice ยท 1 of 2

Create a Save Point

Fill the object with the exact commands: - stage: the command that stages every change. - commit: the command that records a save point with the message "Add navigation". - check: the command that shows what's staged before you commit.

Difficulty: beginner

Back to lesson: Practice: Git Workflow Drills