feat(L07): add Git rebase and conflicts card

This commit is contained in:
user
2026-07-21 18:12:34 +02:00
commit f1528193ca
38 changed files with 7165 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# L07 · Git Branching II — rebase and conflicts
Karta pokazuje rebase jako świadome przepisanie commitów na nową bazę oraz
pełny cykl konfliktu: wykrycie, rozwiązanie, `add`, `rebase --continue` i
weryfikacja grafu.
| Task | Dowód PASS |
| --- | --- |
| `task01_rebase_deliberately` | commit feature przepisany, rodzic=main, graf liniowy |
| `task02_resolve_conflict` | wykryto `UU`, zapisano `color=purple`, rebase zakończony |
| `task03_verify_linear_history` | 3 commity, 0 merge commitów, czysty wynik |
```bash
stemctl card use console-bash L07
stemctl test native-amd64 console-bash L07 1
stemctl test native-amd64 console-bash L07 2
stemctl debug native-amd64 console-bash L07 3
```
Wyniki wpisz do [answers/git-branching-2-evidence.md](answers/git-branching-2-evidence.md).