選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 

612 B

Visual Interactive Rebase

Interactive rebase editor

Simply drag & drop to reorder commits and select which ones you want to edit, squash, or drop.

To use this directly from your terminal, e.g. when running git rebase -i,

  • set VS Code as your default Git editor
    • git config --global core.editor "code --wait"
  • or, to only affect rebase, set VS Code as your Git rebase editor
    • git config --global sequence.editor "code --wait"

To use the Insiders edition of VS Code, replace code in the above with code-insiders