Skip to Content

Git - Commit without editing message

Posted on

In git, you can use --no-edit to ignore showing editial window. Simply, just type git commit --amend --no-edit.

comments powered by Disqus