diff options
| -rw-r--r-- | HOWTO.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
