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