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
21 lines
744 B
Markdown
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
|