feat(L07): add Git rebase and conflicts card
This commit is contained in:
@@ -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).
|
||||
Reference in New Issue
Block a user