On Thu, 23 Jun 2022 16:16:00 GMT, Jayashree Huttanagoudar <d...@openjdk.org> wrote:
> > > ``` > > > $ git add <changed files> > > > $ git commit --amend --no-edit > > > ``` > > > > > > The `git commit --amend` changes the current commit. Don't use `--amend` > > and it should be fine. > > Ok thank you. I tried just : # git commit Aborting commit due to empty commit message. The commit is aborted. ------------- PR: https://git.openjdk.org/jdk/pull/9112