Skip to content

Instantly share code, notes, and snippets.

@JM-Mendez
Created February 5, 2022 03:30
Show Gist options
  • Save JM-Mendez/9deb385cb861f42d9c1c1858a8f38428 to your computer and use it in GitHub Desktop.
Save JM-Mendez/9deb385cb861f42d9c1c1858a8f38428 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