Repositories, Staging, Commits¶
Create or Clone¶
Create a new local repo:
Clone an existing repo:
Stage Intentionally¶
Use git status and git diff before committing:
Staging intentionally is important in cybersecurity because one folder may contain both safe notes and sensitive artifacts.
Good Commit Messages¶
Strong messages are short, specific, and action-oriented:
Avoid vague messages such as updates, stuff, or final.