From dd74bcb56cd8928916cd05ae42466323e0cba6bc Mon Sep 17 00:00:00 2001 From: Nikhil Suresh <91101190+snikhil24@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:32:07 -0500 Subject: [PATCH] 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 --- .../creating-and-editing-commits/changing-a-commit-message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md b/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md index af2aea1662b2..105adf9c6738 100644 --- a/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md +++ b/content/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message.md @@ -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 %}