Git
Version control for every project. Standard workflow: feature branches, conventional commits, PR-based reviews.
Proficiency: Expert · 6+ years
Practices
git rebase -ifor clean commit history- Conventional commits (
feat:,fix:,chore:) - GitHub Actions for CI/CD pipelines
- Pre-commit hooks (linting, type checking)
- Monorepo management with workspaces
Used with GitHub for hosting 180+ repositories, most now private for deployed projects.