Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git commit in VS Code without any message

How do I git commit my changes in VS Code without any message?

In the terminal I used --allow-empty-message -m ''. I used to be able to do what I wanted in VS Code by entering one space character, but that is no longer working.

like image 369
Koosha Avatar asked Apr 10 '26 07:04

Koosha


1 Answers

I tried this on my machine with latest VS Code(1.79.2). I am able to commit by just adding a space in message box.

vs code version details

like image 75
rajhawaldar Avatar answered Apr 12 '26 21:04

rajhawaldar