Files
howtos/TODO.md
user 60f9c85f3f docs: add git howto collection
Two reference files covering:
- git.md — config, daily workflow, diff, log, stash, remotes, tags
- git-branching.md — branches, merge, rebase, cherry-pick, bisect, reflog, reset, revert, worktrees
2026-02-21 20:48:58 +01:00

21 lines
744 B
Markdown

# TODO
## Topics to Write
- [x] git — config, daily workflow, stash, remotes, branching, rebase, bisect, recovery
- [x] ansible — playbook patterns, inventory, vault, variables, roles
- [ ] podman — build, run, compose, volumes
- [x] jq — filters, select, map, slurp, recipes, @format
- [x] curl — methods, headers, auth, upload, download, cookies, -w format
- [ ] systemd — units, journalctl, timers
- [x] ssh — config, tunnels, keys, agent, file transfer, hardening
- [ ] bash — parameter expansion, arrays, traps
- [ ] make — targets, variables, patterns
- [ ] vim — motions, registers, macros
## Improvements
- [ ] Format linter script
- [ ] Auto-generate index from topics/
- [ ] Add last-reviewed date to template