1
0
mirror of synced 2025-12-26 14:02:45 -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

324 B

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> in the Git documentation.