Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Documentation/config/push.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading