Text extracted from the <refspec> option. Signed-off-by: Santi BÃjar <santi@xxxxxxxxxxx> --- Documentation/git-push.txt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index e11660a..2c0b311 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -23,6 +23,11 @@ You can make interesting things happen to a repository every time you push into it, by setting up 'hooks' there. See documentation for linkgit:git-receive-pack[1]. +The default operation mode if no explicit refspec is found is +to push "matching" branches, that is for every branch that exists on +the local side, the remote side is updated if a branch of the same name +already exists on the remote side. See the <refspec> option below for +more details. OPTIONS[[OPTIONS]] ------------------ -- 1.7.3.2.337.gc40334 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html