|
32 | 32 | <!-- ============================================================ |
33 | 33 | CANONICAL |
34 | 34 | ============================================================ --> |
35 | | -<link rel="canonical" href="https://gitcheatsheets.org/git-cheatsheet/"> |
| 35 | +<link rel="canonical" href="https://gitcheatsheets.org/"> |
36 | 36 |
|
37 | 37 | <!-- ============================================================ |
38 | 38 | OPEN GRAPH |
|
41 | 41 | <meta property="og:site_name" content="Git & GitHub Cheatsheet"> |
42 | 42 | <meta property="og:title" content="Git & GitHub Cheatsheet — Complete Git Command Reference"> |
43 | 43 | <meta property="og:description" content="A fast, searchable Git and GitHub CLI cheatsheet covering every essential command: setup, branching, commits, diffs, stashing, remotes, pull requests, issues, actions, and releases."> |
44 | | -<meta property="og:url" content="https://gitcheatsheets.org/git-cheatsheet/"> |
45 | | -<meta property="og:image" content="https://gitcheatsheets.org/git-cheatsheet/og-image.png"> |
| 44 | +<meta property="og:url" content="https://gitcheatsheets.org/"> |
| 45 | +<meta property="og:image" content="https://gitcheatsheets.org/og-image.png"> |
46 | 46 | <meta property="og:image:width" content="1200"> |
47 | 47 | <meta property="og:image:height" content="630"> |
48 | 48 | <meta property="og:image:alt" content="Git & GitHub Cheatsheet — searchable command reference"> |
|
54 | 54 | <meta name="twitter:card" content="summary_large_image"> |
55 | 55 | <meta name="twitter:title" content="Git & GitHub Cheatsheet — Complete Git Command Reference"> |
56 | 56 | <meta name="twitter:description" content="A fast, searchable Git and GitHub CLI cheatsheet covering every essential command: setup, branching, commits, diffs, stashing, remotes, pull requests, issues, actions, and releases."> |
57 | | -<meta name="twitter:image" content="https://gitcheatsheets.org/git-cheatsheet/og-image.png"> |
| 57 | +<meta name="twitter:image" content="https://gitcheatsheets.org/og-image.png"> |
58 | 58 | <meta name="twitter:image:alt" content="Git & GitHub Cheatsheet — searchable command reference"> |
59 | 59 |
|
60 | 60 | <!-- ============================================================ |
|
66 | 66 | "@type": "TechArticle", |
67 | 67 | "name": "Git & GitHub Cheatsheet — Complete Git Command Reference", |
68 | 68 | "description": "A fast, searchable Git and GitHub CLI cheatsheet covering every essential command: setup, branching, commits, diffs, stashing, remotes, pull requests, issues, actions, and releases.", |
69 | | - "url": "https://gitcheatsheets.org/git-cheatsheet/", |
| 69 | + "url": "https://gitcheatsheets.org/", |
70 | 70 | "inLanguage": "en-US", |
71 | 71 | "author": { |
72 | 72 | "@type": "Person", |
73 | 73 | "name": "marc-bfa" |
74 | 74 | }, |
75 | 75 | "datePublished": "2026-03-29", |
76 | | - "dateModified": "2026-03-29", |
| 76 | + "dateModified": "2026-04-09", |
77 | 77 | "keywords": "git, github, cli, cheatsheet, commands, version control, reference", |
78 | 78 | "isPartOf": { |
79 | 79 | "@type": "WebSite", |
80 | 80 | "name": "Git & GitHub Cheatsheet", |
81 | | - "url": "https://gitcheatsheets.org/git-cheatsheet/" |
| 81 | + "url": "https://gitcheatsheets.org/" |
82 | 82 | } |
83 | 83 | } |
84 | 84 | </script> |
|
0 commit comments