Signed-off-by: Jari Aalto <jari.aalto AT cante.net> --- Documentation/git-push.txt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 7b8e075..71ac450 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -105,7 +105,9 @@ git push origin master:: Find a ref that matches `master` in the source repository (most likely, it would find `refs/heads/master`), and update the same ref (e.g. `refs/heads/master`) in `origin` repository - with it. + with it. The following would be exactly same command: + + git push origin master:refs/heads/master git push origin :experimental:: Find a ref that matches `experimental` in the `origin` repository -- 1.5.3 -- Welcome to FOSS revolution: we fix and modify until it shines - 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