Created
July 31, 2018 22:10
-
-
Save anthonyalvarez/d9c0fbf46efd21ecd55907484ff7d6e4 to your computer and use it in GitHub Desktop.
Using Visual Studio Code as the default 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
| # https://www.mking.net/blog/using-vscode-as-the-default-git-editor | |
| git config --global core.editor "code --new-window --wait" | |
| 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