Skip to content

Instantly share code, notes, and snippets.

@andr3a88
Created November 25, 2019 11:51
Show Gist options
  • Save andr3a88/e6fcc3d0d8c71ef261bba794d9523856 to your computer and use it in GitHub Desktop.
Save andr3a88/e6fcc3d0d8c71ef261bba794d9523856 to your computer and use it in GitHub Desktop.
Make VSCode default editor for GIT
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