1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Removes em/span tags according to docs-team 3076 (#40098)

This commit is contained in:
Ben Ahmady
2023-08-09 09:37:22 +01:00
committed by GitHub
parent ea3bcbd451
commit 3db20c8b9c
12 changed files with 24 additions and 24 deletions

View File

@@ -19,7 +19,7 @@ If another person has pushed to the same branch as you, Git won't be able to pus
$ git push origin main
> To https://{% data variables.command_line.codeblock %}/USERNAME/REPOSITORY.git
> ! [rejected] main -> main (non-fast-forward)
> error: failed to push some refs to 'https://{% data variables.command_line.codeblock %}/<em>USERNAME</em>/<em>REPOSITORY</em>.git'
> error: failed to push some refs to 'https://{% data variables.command_line.codeblock %}/USERNAME/REPOSITORY.git'
> To prevent you from losing history, non-fast-forward updates were rejected
> Merge the remote changes (e.g. 'git pull') before pushing again. See the
> 'Note about fast-forwards' section of 'git push --help' for details.