Когда я git commit -v
получаю это сообщение по умолчанию:
# Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch master # Changes to be committed: # modified: foo.txt # # ------------------------ >8 ------------------------ # Do not modify or remove the line above. # Everything below it will be ignored. diff --git a/foo.txt b/foo.txt index 88545b8..9fcffaf 100644
Для вашего случая эту часть не следует изменять:
# ------------------------ >8 ------------------------ # Do not modify or remove the line above. # Everything below it will be ignored.
Когда вы не видите эти строки, вы можете настроить git commit
странным образом. В этом случае проверьте с этой командой и проконсультируйтесь git help config
и git help commit
:
git config -l |grep "^commit\."