Created
February 5, 2022 03:30
-
-
Save JM-Mendez/9deb385cb861f42d9c1c1858a8f38428 to your computer and use it in GitHub Desktop.
Use vscode as git editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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