-
-
Save Jared-P-111/8523e001af7aabed325a0e401cd58585 to your computer and use it in GitHub Desktop.
Use vscode as git editor
This file contains hidden or 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