]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin/push.c
Merge branch 'jc/maint-follow-rename-fix'
[git.git] / builtin / push.c
index a2cc9fdea1b22739681c26ee3723058c91018d81..e655eb7695faba13c4d9e8f25b9649ffec7195be 100644 (file)
@@ -130,8 +130,8 @@ static int push_with_options(struct transport *transport, int flags)
 
        if (nonfastforward && advice_push_nonfastforward) {
                fprintf(stderr, "To prevent you from losing history, non-fast-forward updates were rejected\n"
-                               "Merge the remote changes before pushing again.  See the 'Note about\n"
-                               "fast-forwards' section of 'git push --help' for details.\n");
+                               "Merge the remote changes (e.g. 'git pull') before pushing again.  See the\n"
+                               "'Note about fast-forwards' section of 'git push --help' for details.\n");
        }
 
        return 1;