← All quizzes

// quiz

Git essentials check

~12 min

Ten questions on the git model, daily workflow, and safe undo.

Answer all questions. You need 70% to pass and complete the course step.

Pass mark: 70% · 10 questions

  1. 1. The staging area (index) is…

  2. 2. A branch in git is fundamentally…

  3. 3. You committed a bad change and ALREADY PUSHED to the shared branch. Safest fix?

  4. 4. git pull is equivalent to…

  5. 5. What does 'git checkout -b hotfix' do?

  6. 6. A merge conflict means…

  7. 7. You accidentally committed a password and pushed. What's true?

  8. 8. Which file keeps build junk and secrets out of the repo?

  9. 9. Select ALL that belong in an infra repo's PR pipeline:

  10. 10. git reflog is useful because…

Sign in to submit.