Git - Commit without editing message
In git, you can use --no-edit to ignore showing editial window.
Simply, just type git commit --amend --no-edit.
Tuan Tran
In git, you can use --no-edit to ignore showing editial window.
Simply, just type git commit --amend --no-edit.