masayuki2009 commented on PR #7256: URL: https://github.com/apache/incubator-nuttx/pull/7256#issuecomment-1272430308
@HidenoriMatsubayashi If there are only 2 commits and modify the second one, you can use `git commit --amend`. However, if there are 3 commits and modify the second commit, you can use `git rebase -i HEAD~3` and 'fixup' the second 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