Skip to content

Secure Git Workstation

Objective

Configure a workstation for safe Git and GitHub learning.

Deliverables

  • Screenshot or text output of git config --global --list with sensitive values removed.
  • A .gitignore template for security labs.
  • A short note explaining your authentication method.

Success Criteria

  • New repositories use main.
  • Pulls use fast-forward only.
  • Sensitive file patterns are ignored before lab work begins.