1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/data/reusables/commits/about-commit-cleanup.md
Gonçalo Montalvão Marques 79377c3506 docs: Add note on skip-checks (#29319)
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
2023-10-25 19:02:31 +00:00

2 lines
324 B
Markdown

By default, Git automatically removes consecutive newlines. To leave the commit message exactly as you entered it, use the `--cleanup=verbatim` option on your commit. For more information, see [`--cleanup=<mode>`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---cleanupltmodegt) in the Git documentation.