feat(L06): add Git branch switch and merge card

This commit is contained in:
user
2026-07-21 18:08:33 +02:00
commit de2f7f2fed
38 changed files with 7147 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# L06 · Git Branching I — branch, switch and merge
Karta tworzy prawdziwą rozbieżność historii od wspólnej bazy, a następnie
scala niezależne zmiany przez jawny merge commit.
| Task | Dowód PASS |
| --- | --- |
| `task01_create_and_switch` | gałęzie `main,feature`, aktywna `feature` |
| `task02_divergent_work` | obie gałęzie mają po jednym własnym commicie od wspólnej bazy |
| `task03_merge_completed_work` | merge w `main`, 2 rodziców, 4 commity, oba pliki |
```bash
stemctl card use console-bash L06
stemctl test native-amd64 console-bash L06 1
stemctl test native-amd64 console-bash L06 2
stemctl debug native-amd64 console-bash L06 3
```
Wyniki wpisz do [answers/git-branching-1-evidence.md](answers/git-branching-1-evidence.md).