본문 바로가기

FrontEnd

[vscode] git rebase with gitLens (vscode로 rebase하기)

반응형
 

GitLens — Git supercharged - Visual Studio Marketplace

Extension for Visual Studio Code - Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerfu

marketplace.visualstudio.com

gitLens를 깔았는데, rebase -i 시 위의 인터랙티브 GUI가 나타나지 않는다면,

아래와 같이 git 디폴트 코드 에디터를 vscode로 변경해줍니다.

git config --global core.editor "code --wait"

그 다음 git rebase -i를 콘솔에 입력하면 해당 화면이 나타납니다.

반응형