Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save anthonyalvarez/d9c0fbf46efd21ecd55907484ff7d6e4 to your computer and use it in GitHub Desktop.

Select an option

Save anthonyalvarez/d9c0fbf46efd21ecd55907484ff7d6e4 to your computer and use it in GitHub Desktop.
Using Visual Studio Code as the default Git editor
# https://www.mking.net/blog/using-vscode-as-the-default-git-editor
git config --global core.editor "code --new-window --wait"
git config --global core.editor "code --wait"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment