Skip to content

Instantly share code, notes, and snippets.

@Jared-P-111
Forked from JM-Mendez/editor.sh
Created February 5, 2022 03:31
Show Gist options
  • Select an option

  • Save Jared-P-111/8523e001af7aabed325a0e401cd58585 to your computer and use it in GitHub Desktop.

Select an option

Save Jared-P-111/8523e001af7aabed325a0e401cd58585 to your computer and use it in GitHub Desktop.
Use vscode as git editor
# 1. install vscode in path
# 2. set vscode as git editor in terminal
git config --global core.editor "code --wait"
# 3. write git message using vscode
git commit -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment