git rebase --interactive

오픈소스·2022년 9월 19일
0
post-thumbnail

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이 모두 새로 생성되었다.

0개의 댓글