You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GETTING_STARTED.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Getting Started with Git CMS
2
2
3
-
This quick guide is the lightweight entry point. For the full walkthrough, use[`docs/GETTING_STARTED.md`](docs/GETTING_STARTED.md).
3
+
This quick guide is the lightweight entry point. For the full Docker-focused walkthrough in the docs folder, see[`docs/GETTING_STARTED.md`](docs/GETTING_STARTED.md).
Traditional databases provide B-tree indexes for fast lookups. Git's ref enumeration is linear (\texttt{O(n)} for listing all refs in a namespace).
22
22
23
-
\textbf{Mitigation:} Use ref namespaces strategically (e.g., \texttt{refs/\_blog/articles/<slug>}) to avoid polluting the global ref space.
23
+
\textbf{Mitigation:} Use ref namespaces strategically (e.g., \texttt{refs/\_blog/articles/\textlessslug\textgreater}) to avoid polluting the global ref space.
0 commit comments