Update changing-a-commit-message.md | Remove quotes around external resource in changing-a-commit-message#amending-older-or-multiple-commit-messages #35288 (#35291)

Co-authored-by: Nikhil Suresh <nikhil@MacBookPro.lan>
This commit is contained in:
Nikhil Suresh 2024-11-14 17:32:07 -05:00 коммит произвёл GitHub
Родитель a3596d1e2e
Коммит dd74bcb56c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -43,7 +43,7 @@ If you have already pushed the commit to {% data variables.location.product_loca
{% warning %}
We strongly discourage force pushing, since this changes the history of your repository. If you force push, people who have already cloned your repository will have to manually fix their local history. For more information, see "[Recovering from upstream rebase](https://git-scm.com/docs/git-rebase#_recovering_from_upstream_rebase)" in the Git manual.
We strongly discourage force pushing, since this changes the history of your repository. If you force push, people who have already cloned your repository will have to manually fix their local history. For more information, see [Recovering from upstream rebase](https://git-scm.com/docs/git-rebase#_recovering_from_upstream_rebase) in the Git manual.
{% endwarning %}