@@ -230,8 +230,8 @@ static void setup_default_push_refspecs(struct remote *remote)
230230
231231static const char message_advice_pull_before_push [] =
232232 N_ ("Updates were rejected because the tip of your current branch is behind\n"
233- "its remote counterpart. Merge the remote changes (e.g. 'git pull') \n"
234- "before pushing again.\n"
233+ "its remote counterpart. Integrate the remote changes (e.g.\n"
234+ "'git pull ...') before pushing again.\n"
235235 "See the 'Note about fast-forwards' in 'git push --help' for details." );
236236
237237static const char message_advice_use_upstream [] =
@@ -242,15 +242,15 @@ static const char message_advice_use_upstream[] =
242242
243243static const char message_advice_checkout_pull_push [] =
244244 N_ ("Updates were rejected because a pushed branch tip is behind its remote\n"
245- "counterpart. Check out this branch and merge the remote changes\n"
246- "(e.g. 'git pull') before pushing again.\n"
245+ "counterpart. Check out this branch and integrate the remote changes\n"
246+ "(e.g. 'git pull ... ') before pushing again.\n"
247247 "See the 'Note about fast-forwards' in 'git push --help' for details." );
248248
249249static const char message_advice_ref_fetch_first [] =
250250 N_ ("Updates were rejected because the remote contains work that you do\n"
251251 "not have locally. This is usually caused by another repository pushing\n"
252- "to the same ref. You may want to first merge the remote changes (e.g., \n"
253- "'git pull') before pushing again.\n"
252+ "to the same ref. You may want to first integrate the remote changes\n"
253+ "(e.g., 'git pull ... ') before pushing again.\n"
254254 "See the 'Note about fast-forwards' in 'git push --help' for details." );
255255
256256static const char message_advice_ref_already_exists [] =
0 commit comments