Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-06-20 19:11:20 +0300
committerStan Hu <stanhu@gmail.com>2016-06-20 19:11:20 +0300
commit032e398374b40d5b68c4a1ce89dd698f1d03a54c (patch)
tree4e244c4b2746688f79ff53faf90886e351a49869 /doc/update
parent8b2a2fc5b0436b0f8e49a5f77b00c7dfbd3e7929 (diff)
parentfb6586151acc290bed8d4337f019d86aed84a33d (diff)
Merge branch 'patch-1' into 'master'
Broken instructions. git fetch --all --tags doesn't refresh tags See merge request !4092
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/8.6-to-8.7.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.6-to-8.7.md b/doc/update/8.6-to-8.7.md
index bb463d43a7c..cb66ef920bb 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
```