Skip to main content

Developer Workflow Check

Challenge on lesson: Checkpoint: Developer Workflow

Answer three scenario questions in one object answers: 1. undoTarget: You committed a bug and want to return the project to the previous commit's state. Which command family restores a past commit? Answer "checkout", "revert", or "log". 2. safeShare: You want to propose a change to a teammate's repo through review. Answer "push", "pull request", or "issue". 3. stage: Which command moves your edits into the staging area (one word, no arguments)?

Difficulty: intermediate

Back to lesson: Checkpoint: Developer Workflow