diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index a7a6f4cdef..7b27dc60bd 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -50,8 +50,8 @@ even if it does not result in a fast forward update. + `tag ` means the same as `refs/tags/:refs/tags/`. + -A parameter without a colon pushes the from the source -repository to the destination repository under the same name. +A lonely parameter (without a colon and a destination) pushes +the to the same name in the destination repository. + Pushing an empty allows you to delete the ref from the remote repository.