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