Matthieu Moy <Matthieu.Moy@xxxxxxx> writes: >> So how about phrasing it like this? >> >> Non-fast forward pushes were rejected because you would discard remote >> changes you have not seen. Integrate them with your changes and then >> push again. See 'non-fast forward' section of 'git push --help'. > > I thing not pointing to 'git pull' in the message really defeats the > purpose of the patch. I don't find an error message only telling me > "go read the doc as you should have done from the beginning" really > helps. What the above three lines does much more than that. If you read "would discard remote changes" and understand that it is what you want, then you may know to try --force, without having to read the doc, or if you do not remember --force, "git push --help" would remind you. If you read "Integrate them with your changes" and understand that it is talking about "git pull" or "git pull --rebase", then you do not have to read the doc. It should "click". If you lack such a basic understanding, you are better off go reading the doc after all. -- 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