Tools
Git, GitHub & DevOps
Branching, PRs, code review, GitHub Actions CI/CD, and team conventions.
- 0111 minGit — data model and basic commandsintro
How Git actually stores history (commits, trees, pointers) and which commands are enough for everyday work.
- 0210 minBranching and Pull Requestscore
The branching strategy at ProfessNet and the full workflow of a Pull Request on GitHub.
- 0310 minCode review — the ProfessNet standardcore
How to give and receive code review at ProfessNet: what to look for, how to comment, and when to approve.
- 049 minCommit conventions (Conventional Commits)core
The Conventional Commits standard: consistent commit messages, automatic changelogs, and versioning.
- 0512 minGitHub Actions — CI/CD from scratchcore
Building your first CI/CD pipeline in GitHub Actions: workflows, jobs, steps, and cache.
- 0612 minSecrets and pipeline security (gh secret, OIDC)advanced
Safe secrets in GitHub Actions, management via gh CLI, and keyless authentication with OIDC.
Check your knowledge — quiz
5 questions · pass mark 80%. Score saved locally.
1.How does a change reach the protected main branch?
2.Which Conventional Commits prefix marks a new feature?
3.What is GitHub Actions?
4.Where do we keep secrets in a CI pipeline?
5.Why do we prefer small, frequent PRs?