feat(L04): add Git status add and commit card

This commit is contained in:
user
2026-07-21 18:01:43 +02:00
commit 23edd2f57d
38 changed files with 7119 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# L04 · Git Basics I — status, add and commit
Karta rozdziela trzy stany pracy Git: plik roboczy, indeks i commit. Każdy
task tworzy nowe repozytorium tymczasowe i ustawia tożsamość tylko lokalnie.
| Task | Dowód PASS |
| --- | --- |
| `task01_init_repository` | repo na gałęzi `main`, brak commitów, lokalny autor |
| `task02_status_and_add` | przejście `?? notes.txt``A notes.txt` |
| `task03_first_commit` | jeden commit `add lesson notes`, czysty worktree |
```bash
stemctl card use console-bash L04
stemctl test native-amd64 console-bash L04 1
stemctl test native-amd64 console-bash L04 2
stemctl debug native-amd64 console-bash L04 3
```
Wyniki wpisz do [answers/git-basics-1-evidence.md](answers/git-basics-1-evidence.md).