@@ -38,13 +38,15 @@ For definitions, see [Glossary](09-glossary.md).
3838| --------| -----------------|
3939| [ Remote Operations] ( playbook/remote-operations.md ) | Push, pull, force push safely, sync forks |
4040| [ Remote Management] ( playbook/remote-management.md ) | Add, rename, remove remotes, switch URL, SSH setup |
41+ | [ SSH Setup] ( playbook/ssh-setup.md ) | Key generation, agent, GitHub registration, troubleshooting |
4142
4243## Project Structure
4344
4445| Recipe | What you'll find |
4546| --------| -----------------|
4647| [ Tagging] ( playbook/tagging.md ) | Create, push, and delete annotated tags |
4748| [ Submodules] ( playbook/submodules.md ) | Add, clone, update, and remove submodules |
49+ | [ Remove a Submodule] ( playbook/remove-submodule.md ) | Step-by-step cleanup — deinit, git rm, cached data |
4850| [ Subtrees] ( playbook/subtrees.md ) | Add, pull, push, and remove subtrees |
4951
5052## Advanced
@@ -53,5 +55,8 @@ For definitions, see [Glossary](09-glossary.md).
5355| --------| -----------------|
5456| [ Selectors] ( playbook/selectors.md ) | Tilde, caret, double-dot, triple-dot, reflog refs |
5557| [ Hooks] ( playbook/hooks.md ) | Pre-commit, commit-msg, sharing hooks, bypassing |
58+ | [ Pre-commit Hook] ( playbook/pre-commit-hook.md ) | Script creation, common checks, sharing and bypassing |
59+ | [ Commit-msg Hook] ( playbook/commit-msg-hook.md ) | Message validation, Conventional Commits, examples |
5660| [ Debugging] ( playbook/debugging.md ) | Bisect, blame, and search commit history |
61+ | [ Git Bisect] ( playbook/git-bisect.md ) | Binary search for the commit that introduced a bug |
5762| [ Configuration] ( playbook/configuration.md ) | Identity, defaults, aliases, and diagnostics |
0 commit comments