From 85fada93a3975c02d08ff6307dbccebab7c921a9 Mon Sep 17 00:00:00 2001 From: Max Value Date: Sat, 29 Mar 2025 00:54:06 +0000 Subject: [PATCH] Fixed mistake with wrong repo --- sections/git.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/git.tex b/sections/git.tex index e9c5a2b..98ebc6a 100644 --- a/sections/git.tex +++ b/sections/git.tex @@ -10,6 +10,6 @@ When you make a change you ``commit'' it, along with a message describing what y \subsection{Tracking} -You can take a look at the \textit{entire} history of this document right back to the first word (\repo{shopping-docs}), the code that makes the clock tick (\repo{doomsday-clock}) and the hundreds of commits that make up the GFX overlay (\repo{shopping-channel}). Everything can be accessed on \url{https://git.ozva.co.uk}. For example, this document was pushed to (\repo{shopping-channel}) in \commit{shopping-docs}{7453e4d7bbb9e0f11c4de992a7755550ddd413a9}, take a look at the message attached. +You can take a look at the \textit{entire} history of this document right back to the first word (\repo{shopping-docs}), the code that makes the clock tick (\repo{doomsday-clock}) and the hundreds of commits that make up the GFX overlay (\repo{shopping-channel}). Everything can be accessed on \url{https://git.ozva.co.uk}. For example, this document was pushed to (\repo{shopping-docs}\footnote{This was corrected to say ``shopping-docs'' instead of ``shopping-channel'' in \commit{shopping-docs}{}}) in \commit{shopping-docs}{fe359e2214286945e4a0cc2ff2bd8d17fcd483ca}, take a look at the message attached. Admittedly, the tracking on the docs is poor, they tell their own story. But the tracking on the GFX overlay is robust and has proven useful for development. -- 2.39.2