From 7324e57faa16d5ce522ed25b17546f0d6e563b4b Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Mon, 2 Aug 2021 16:39:07 +0200 Subject: [PATCH] Removed tabs from lines 176 and 178 introduced by merge with preview. --- doc.zih.tu-dresden.de/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/README.md b/doc.zih.tu-dresden.de/README.md index e035b4f99..4e88f9b56 100644 --- a/doc.zih.tu-dresden.de/README.md +++ b/doc.zih.tu-dresden.de/README.md @@ -173,9 +173,9 @@ whereas *upstream-zih* points to the original documentation repository at GitLab ```Shell Session $ git remote -v origin git@gitlab.hrz.tu-chemnitz.de:LOGIN/hpc-compendium.git (fetch) -origin git@gitlab.hrz.tu-chemnitz.de:LOGIN/hpc-compendium.git (push) +origin git@gitlab.hrz.tu-chemnitz.de:LOGIN/hpc-compendium.git (push) upstream-zih git@gitlab.hrz.tu-chemnitz.de:zih/hpc-compendium/hpc-compendium.git (fetch) -upstream-zih git@gitlab.hrz.tu-chemnitz.de:zih/hpc-compendium/hpc-compendium.git (push) +upstream-zih git@gitlab.hrz.tu-chemnitz.de:zih/hpc-compendium/hpc-compendium.git (push) ``` Next, you should synchronize your `main` branch with the upstream. -- GitLab