@@ -259,6 +259,56 @@ <h3 id="always-open-bookmark-these">Always Open (Bookmark These)</h3>
259259< td > NVDA, JAWS, and VoiceOver navigation commands plus GitHub keyboard shortcuts</ td >
260260</ tr >
261261</ tbody > </ table >
262+ < h3 id ="git-reference "> Git Reference</ h3 >
263+ < table >
264+ < thead >
265+ < tr >
266+ < th scope ="col "> Appendix</ th >
267+ < th scope ="col "> Document</ th >
268+ < th scope ="col "> What It Covers</ th >
269+ </ tr >
270+ </ thead >
271+ < tbody > < tr >
272+ < td > < a href ="appendix-d-git-authentication.html "> D</ a > </ td >
273+ < td > < strong > Git Authentication</ strong > </ td >
274+ < td > SSH keys, Personal Access Tokens, credential storage, commit signing</ td >
275+ </ tr >
276+ < tr >
277+ < td > < a href ="appendix-aa-advanced-git.html "> AA</ a > </ td >
278+ < td > < strong > Advanced Git Operations</ strong > </ td >
279+ < td > Cherry-pick, interactive rebase, reset, revert, tags, detached HEAD, force push, bisect, git clean, branch protection for contributors</ td >
280+ </ tr >
281+ < tr >
282+ < td > < a href ="appendix-ab-github-desktop.html "> AB</ a > </ td >
283+ < td > < strong > GitHub Desktop</ strong > </ td >
284+ < td > Visual Git client — clone, branch, stage, commit, push, cherry-pick, conflict resolution, accessibility notes</ td >
285+ </ tr >
286+ < tr >
287+ < td > < a href ="appendix-ac-github-cli.html "> AC</ a > </ td >
288+ < td > < strong > GitHub CLI Reference</ strong > </ td >
289+ < td > Installing, auth, repos, issues, PRs, releases, search, aliases, extensions, Copilot CLI, screen reader tips</ td >
290+ </ tr >
291+ < tr >
292+ < td > < a href ="appendix-ad-git-security.html "> AD</ a > </ td >
293+ < td > < strong > Git Security for Contributors</ strong > </ td >
294+ < td > .gitignore deep dive, env variables, pre-commit hooks, accidentally committed secrets recovery, push protection, credential storage</ td >
295+ </ tr >
296+ </ tbody > </ table >
297+ < h3 id ="github-community-and-social "> GitHub Community and Social</ h3 >
298+ < table >
299+ < thead >
300+ < tr >
301+ < th scope ="col "> Appendix</ th >
302+ < th scope ="col "> Document</ th >
303+ < th scope ="col "> What It Covers</ th >
304+ </ tr >
305+ </ thead >
306+ < tbody > < tr >
307+ < td > < a href ="appendix-ae-github-social.html "> AE</ a > </ td >
308+ < td > < strong > GitHub Social — Stars, Following, and Finding Your Community</ strong > </ td >
309+ < td > Stars, watching repos, following people, home feed, Explore, Trending, Topics, Lists, building your profile presence</ td >
310+ </ tr >
311+ </ tbody > </ table >
262312< h3 id ="github-features "> GitHub Features</ h3 >
263313< table >
264314< thead >
@@ -274,11 +324,6 @@ <h3 id="github-features">GitHub Features</h3>
274324< td > WCAG 2.2, ARIA roles and patterns, PR accessibility checklist</ td >
275325</ tr >
276326< tr >
277- < td > < a href ="appendix-d-git-authentication.html "> D</ a > </ td >
278- < td > < strong > Git Authentication</ strong > </ td >
279- < td > SSH keys, Personal Access Tokens, credential storage, commit signing</ td >
280- </ tr >
281- < tr >
282327< td > < a href ="appendix-e-github-flavored-markdown.html "> E</ a > </ td >
283328< td > < strong > Markdown and GitHub Flavored Markdown</ strong > </ td >
284329< td > Complete guide from basics through GFM - paragraphs, headings, lists, links, tables, alert blocks, Mermaid, math, footnotes, accessible authoring</ td >
0 commit comments