From f51d2460ab43d6422734f01acb53604d4cfd40fc Mon Sep 17 00:00:00 2001 From: Jonas L Date: Wed, 16 Mar 2022 13:06:24 +0100 Subject: [PATCH] docs: clean cloned repo before upgrading (#1676) --- docs/admin-manual/setup/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin-manual/setup/install.md b/docs/admin-manual/setup/install.md index b69c26949..1fc6cb3fc 100644 --- a/docs/admin-manual/setup/install.md +++ b/docs/admin-manual/setup/install.md @@ -73,10 +73,11 @@ Don't use the https://github.com/libretime/libretime-debian-packaging repository :::info -When upgrading, you can pull the latest changes from the repository before checking out the desired version: +When upgrading, you should clean the local repository, pull the latest changes and finally check out the desired version: ```bash cd libretime +git clean -xdf git pull ```