diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 83b3eb07b1410000e62aa853b61dd45a9a53d8d3..70e95e284a3c0aedea380a19573e185fa66f5ae3 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -67,6 +67,11 @@ The minimum required Go version is 1.13.
 
 ### Git versions
 
+From GitLab 13.11:
+
+- Git 2.31.x and later is required. We recommend you use the
+  [Git version provided by Gitaly](installation.md#git).
+
 From GitLab 13.6:
 
 - Git 2.29.x and later is required.
diff --git a/doc/update/index.md b/doc/update/index.md
index 5fb5572f1bee760bf591c0778550218cc1e7e8f0..5b62e0642c8f20d07ecb1ea6e6591a23ab5c7f75 100644
--- a/doc/update/index.md
+++ b/doc/update/index.md
@@ -352,6 +352,11 @@ NOTE:
 Specific information that follow related to Ruby and Git versions do not apply to [Omnibus installations](https://docs.gitlab.com/omnibus/)
 and [Helm Chart deployments](https://docs.gitlab.com/charts/). They come with appropriate Ruby and Git versions and are not using system binaries for Ruby and Git. There is no need to install Ruby or Git when utilizing these two approaches.
 
+### 13.11.0
+
+Git 2.31.x and later is required. We recommend you use the
+[Git version provided by Gitaly](../install/installation.md#git).
+
 ### 13.6.0
 
 Ruby 2.7.2 is required. GitLab will not start with Ruby 2.6.6 or older versions.