https://academy.dream-coding.com/courses/git
git rebase 시 branch 변화 확인
$ git rebase -i 98955fc6
https://github.com/gitkraken/vscode-gitlens/#interactive-rebase-editor-
$ git config --global core.editor "code --wait"
WIP
--> Commit message - edited
변경으로
이후 commit이 모두 새로 생성되었다.