From 275fe655fd7272edd9fa49439d47f449231ce445 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 2 Feb 2026 08:35:57 +0100 Subject: add a note about ssh access --- HOWTO.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HOWTO.md b/HOWTO.md index df41829..4a596db 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -49,6 +49,14 @@ cmake -S . -B build -DDEMO_ALL_OPTIONS=ON cmake --build build ``` +## git cloning + +if you have the public ssh key authorized on the VPS, you can use + +`git clone ssh://git@51.38.51.127/~/demo.git` + +to clone the repo and work on it. + ## Debugging ### Seeking / Fast-Forward -- cgit v1.2.3