Skip to content
代码片段 群组 项目
未验证 提交 8966d49b 编辑于 作者: Lysanne Pinto's avatar Lysanne Pinto 提交者: GitLab
浏览文件

Merge branch 'master' into 'master'

Fix typo in git extra flags section

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141966



Merged-by: default avatarLysanne Pinto <lpinto@gitlab.com>
Approved-by: default avatarLysanne Pinto <lpinto@gitlab.com>
Co-authored-by: default avatarFabian Berg <fabian.alexander.berg@gmail.com>
No related branches found
No related tags found
无相关合并请求
...@@ -174,7 +174,7 @@ For example, if your project contains a large number of tags that your CI/CD job ...@@ -174,7 +174,7 @@ For example, if your project contains a large number of tags that your CI/CD job
you could add [`--no-tags`](https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---no-tags) you could add [`--no-tags`](https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---no-tags)
to the extra flags to make your fetches faster and more compact. to the extra flags to make your fetches faster and more compact.
Also in the case where you repository does _not_ contain a lot of Also in the case where your repository does _not_ contain a lot of
tags, `--no-tags` can [make a big difference in some cases](https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/746). tags, `--no-tags` can [make a big difference in some cases](https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/746).
If your CI/CD builds do not depend on Git tags, setting `--no-tags` is worth trying. If your CI/CD builds do not depend on Git tags, setting `--no-tags` is worth trying.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册