Eugene Sajine <euguess@xxxxxxxxx> writes: > I have a question: > > Why I can't do > > $ git push my_tag > > It will fail because the remote is not specified, even if there is > only one origin remote Probably because git is not smart enough to understand the human language to notice 't' 'a' 'g' is a tag and cannot be a remote name spelled incorrectly, or git cannot read your mind and find out that you spelled a name of the remote correctly but forgot to add the remote first. -- 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