@@ -230,8 +230,8 @@ static void setup_default_push_refspecs(struct remote *remote)
230
230
231
231
static const char message_advice_pull_before_push [] =
232
232
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"
235
235
"See the 'Note about fast-forwards' in 'git push --help' for details." );
236
236
237
237
static const char message_advice_use_upstream [] =
@@ -242,15 +242,15 @@ static const char message_advice_use_upstream[] =
242
242
243
243
static const char message_advice_checkout_pull_push [] =
244
244
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"
247
247
"See the 'Note about fast-forwards' in 'git push --help' for details." );
248
248
249
249
static const char message_advice_ref_fetch_first [] =
250
250
N_ ("Updates were rejected because the remote contains work that you do\n"
251
251
"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"
254
254
"See the 'Note about fast-forwards' in 'git push --help' for details." );
255
255
256
256
static const char message_advice_ref_already_exists [] =
0 commit comments