Secure Git Workstation¶
Objective¶
Configure a workstation for safe Git and GitHub learning.
Deliverables¶
- Screenshot or text output of
git config --global --listwith sensitive values removed. - A
.gitignoretemplate 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.