fix: cleanup README and focus on windows

This commit is contained in:
Bjarke Sporring
2026-01-12 08:42:20 +01:00
parent 5f78245734
commit 5492f17a5a
4 changed files with 365 additions and 81 deletions

View File

@@ -1372,12 +1372,12 @@ You've completed this module when you can check off ALL of these:
Continue your Git journey with advanced techniques:
- **02_advanced/01-rebasing**: Learn to rebase instead of merge for cleaner history
- **02_advanced/02-interactive-rebase**: Clean up messy commits before submitting PRs
- **02_advanced/03-worktrees**: Work on multiple branches simultaneously
- **02_advanced/04-bisect**: Find bugs using binary search through commit history
- **02_advanced/05-blame**: Investigate who changed what and when
- **02_advanced/06-merge-strategies**: Master different merge strategies and when to use them
- **02-advanced/01-rebasing**: Learn to rebase instead of merge for cleaner history
- **02-advanced/02-interactive-rebase**: Clean up messy commits before submitting PRs
- **02-advanced/03-worktrees**: Work on multiple branches simultaneously
- **02-advanced/04-bisect**: Find bugs using binary search through commit history
- **02-advanced/05-blame**: Investigate who changed what and when
- **02-advanced/06-merge-strategies**: Master different merge strategies and when to use them
### Practice More