diff --git a/Documentation/config/push.adoc b/Documentation/config/push.adoc index d9112b22609b51..979e40c3a412c3 100644 --- a/Documentation/config/push.adoc +++ b/Documentation/config/push.adoc @@ -45,6 +45,9 @@ If you are working on a centralized workflow (pushing to the same repository you pull from, which is typically `origin`), then you need to configure an upstream branch with the same name. + +In a triangular workflow (pushing to a remote different from the upstream), +`simple` behaves like `current`. ++ This mode is the default since Git 2.0, and is the safest option suited for beginners.