Broken instructions. git fetch --all --tags doesn't refresh tags

This commit is contained in:
fliespl
2016-05-09 08:11:07 +00:00
parent 4bc4f06512
commit fb6586151a
+1 -1
View File
@@ -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
```