From c58aa38f13b2c9b89196506d44cefeadbff84a2d Mon Sep 17 00:00:00 2001 From: Rafael Baldasso Audibert <baudiber@rhrk.uni-kl.de> Date: Sat, 1 May 2021 00:17:21 +0000 Subject: [PATCH] Update updating.md to reflect new template-2021 path for remote --- docs/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/updating.md b/docs/updating.md index aa1544a..fb43137 100644 --- a/docs/updating.md +++ b/docs/updating.md @@ -7,7 +7,7 @@ Every now and then, but not later than the next assignment, we will update the t 2. Add the project template as a new external repository ("remote") called 'template': - ```$ git remote add template https://gitlab.rhrk.uni-kl.de/scivislab/scivis/template-2020.git``` + ```$ git remote add template https://gitlab.rhrk.uni-kl.de/scivislab/scivis/template-2021.git``` 3. Download the new information from the remote repository 'template' via `git fetch`: -- GitLab