Update changing-a-commit-message.md

This commit is contained in:
Brandon Dusch 2024-11-20 17:52:48 -05:00 коммит произвёл GitHub
Родитель 81f35e84b8
Коммит ef835d95a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -110,7 +110,7 @@ If you need to amend the message for multiple commits or an older commit, you ca
git push --force origin EXAMPLE-BRANCH
```
For more information on interactive rebase, see "[Interactive mode](https://git-scm.com/docs/git-rebase#_interactive_mode)" in the Git manual.
For more information on interactive rebase, see [Interactive mode](https://git-scm.com/docs/git-rebase#_interactive_mode) in the Git manual.
{% tip %}