brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
657 stars 193 forks source link

git commit didn't make commit #1355

Closed Bwlee605 closed 5 years ago

Bwlee605 commented 5 years ago

After changing some files, add, and use git commit, "Aborting commit due to empty commit message" occurs. And then checking status by 'git status' , " On branch master Your branch is up to date with 'origin/master'.

Changes to be committed: (use "git reset HEAD ..." to unstage) " comes out which mean commit is not successfully operated.

Also, if I use ' git commit -m 'test' ', it works. Just 'git commit' not working.

Can anybody help?