From fb6586151acc290bed8d4337f019d86aed84a33d Mon Sep 17 00:00:00 2001 From: fliespl Date: Mon, 9 May 2016 08:11:07 +0000 Subject: [PATCH] Broken instructions. git fetch --all --tags doesn't refresh tags --- doc/update/8.6-to-8.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/update/8.6-to-8.7.md b/doc/update/8.6-to-8.7.md index 4a2c6ea91d2..8aceb292243 100644 --- a/doc/update/8.6-to-8.7.md +++ b/doc/update/8.6-to-8.7.md @@ -45,7 +45,7 @@ sudo -u git -H git checkout 8-7-stable-ee ```bash cd /home/git/gitlab-shell -sudo -u git -H git fetch --all --tags +sudo -u git -H git fetch --tags sudo -u git -H git checkout v2.7.2 ```