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
This commit is contained in:
user
2026-02-21 20:48:58 +01:00
parent 953883c43a
commit 60f9c85f3f
3 changed files with 530 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
## Topics to Write
- [ ] git — common workflows, rebase, stash, bisect
- [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