Skill focus
Version Control
Version control keeps code, scripts, documentation, and project changes organized so work can be reviewed and safely improved.
GitGitHubVS CodePowerShellMarkdown
How it helps in an office
Even in non-software roles, Git helps track reporting scripts, SQL changes, documentation, and portfolio projects without losing previous versions.
Practical examples
- Track changes to scripts and SQL files.
- Use branches for experimental updates.
- Keep a readable history of project decisions.
- Collaborate without overwriting someone else's work.
What I focus on
Git basics
branching
commit history
collaboration