From 6d04d6c9e8799b14fa543339a40aa6e656e8b366 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Wed, 9 Apr 2025 19:08:05 +0200 Subject: [PATCH] Fixed issues when cloning the repo to build; updated clone instructions --- README.md | 11 ++++++++++- themes/terminal-fork | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea9f981..b530f77 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,16 @@ To clone and make some changes, you need to clone the repository. This one also ```sh git clone --recurse-submodules https://git.privacynerd.de/git.privacynerd.de/blog.privacynerd.de blog -cd blog +cd blog/themes/terminal-fork +git branch -r \ + | grep -v '\->' \ + | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ + | while read remote; do \ + git branch --track "${remote#origin/}" "$remote"; \ + done +git fetch --all +git pull --all +cd ../../ ``` ## Running & Building diff --git a/themes/terminal-fork b/themes/terminal-fork index 14c8aca..6058114 160000 --- a/themes/terminal-fork +++ b/themes/terminal-fork @@ -1 +1 @@ -Subproject commit 14c8acafc82ea4b2f54f97ebab9b11d8216be916 +Subproject commit 60581143f9c1b8d4a3109e7ae0c9cf21078033a4