[mini.git] Specify multi-line commit message from command line #1583
-
Contributing guidelines
Module(s)mini.git QuestionIs there any way to pass new line in the command? |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Feb 18, 2025
Replies: 1 comment
-
Yes, in the same way as with a regular |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, in the same way as with a regular
git commit
by using several-m
flags::Git commit -m My\ commit -m Another\ line