On Wed, 22 Jun 2022 14:44:02 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. ------------- PR: https://git.openjdk.org/jdk/pull/9112