← All Topics
Git
Git is the foundation of all modern software delivery. Learn branching strategies, how to recover from mistakes, GitOps patterns, and every Git scenario that interviewers love to throw at you.
What this covers
- Branching strategies: GitFlow, trunk-based
- Rebase vs merge and when to use each
- Cherry-pick, stash, and reflog
- Resolving conflicts in team environments
- GitOps and declarative deployments
- Hooks, signed commits, and security
Git is coming soon
We are building the notes PDF, scenario interview questions, and real failure stories for Git. Follow @rootcausedaily on Instagram to get notified when it launches.
What we are building for Git
Branching strategies: GitFlow, trunk-based
Rebase vs merge and when to use each
Cherry-pick, stash, and reflog
Resolving conflicts in team environments
GitOps and declarative deployments
Hooks, signed commits, and security