masayuki2009 commented on PR #7256: URL: https://github.com/apache/incubator-nuttx/pull/7256#issuecomment-1272432063
@HidenoriMatsubayashi In your case, you can not use `git commit --amend` which just amends the last commit. Instead, you can use `git rebase -i HEAD~3` and drop the 3rd commit (i.e. Update AUTHORS) and fix up the second commit which will result in only the one commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org