-
-
Save surya76657/232eb62144c25bf051f68c600e329a1c to your computer and use it in GitHub Desktop.
Revisions
-
nnja created this gist
Oct 5, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ Set which editor git should use. This is the program that will open during a `commit` with no `-m` flag, a merge, a rebase, etc... Select from any installed editor. Examples: - emacs: `emacs` - vi: `vi` or `vim` - atom: `atom --wait` - sublime: `subl -n -w` - vscode: `code --wait` Run: `$ $ git config --global core.editor <YOUR_EDITOR>`