Skip to content

Instantly share code, notes, and snippets.

@richardaum
Created April 19, 2020 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardaum/d3436ef5fbfd5c7a0ff6fa768e7aa2fc to your computer and use it in GitHub Desktop.
Save richardaum/d3436ef5fbfd5c7a0ff6fa768e7aa2fc to your computer and use it in GitHub Desktop.
Add VisualStudioCode as default git editor on Linux
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