I know, with command line I can do this:
git commit -m "Title" -m "Description .........."
Is there way to do this via Git Version Control in VS Code?
First, people are often misunderstanding what this command actually does. It is important to know what happens behind the scene.
So, this is from the git commit
documentation:
If multiple -m options are given, their values are concatenated as separate paragraphs.
Therefore when providing a commit message in Team Explorer, try separating your title from your description in separate paragraphs and it should have the same behavior as your command-line example.
This command is not as magic as it seems. To see a live implementation. see this answer which really shows it well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With