26 lines
1002 B
Markdown
26 lines
1002 B
Markdown
# Bash · Console Tools — plan kart
|
|
|
|
Status: plan, 8 lekcji.
|
|
|
|
Seria przygotowuje warsztat przed FPGA, assemblerem i C. Nazwa obejmuje pracę
|
|
w powłoce i terminalu; BusyBox może udostępniać `ash`, więc nie utożsamiamy
|
|
każdego appletu BusyBox z implementacją Bash.
|
|
|
|
```text
|
|
Bash · Console Tools
|
|
├── L01 · BusyBox — the Swiss Army Knife
|
|
├── L02 · Tmux — sessions, windows and panes
|
|
├── L03 · Neovim — navigation and editing
|
|
├── L04 · Git Basics I — status, add and commit
|
|
├── L05 · Git Basics II — log, diff and restore
|
|
├── L06 · Git Branching I — branch, switch and merge
|
|
├── L07 · Git Branching II — rebase and conflicts
|
|
└── L08 · Docker Fundamentals
|
|
```
|
|
|
|
Każda karta kończy się małym dowodem wykonania: komendą, stanem terminala albo
|
|
historią Git, którą uczeń potrafi odtworzyć i wyjaśnić.
|
|
|
|
Pierwotne ustalenia znajdują się również w
|
|
`series/inf/lab-rv32i-c-pointers-arrays/guidelines/console-series.md`.
|