How To Change Git Editor?
The git config command is used to change different configurations about the git. The git editor is used to edit files or add some comments to the commits etc. If the git editor is not specified the default editor is used. Also, the git editor can be changed with the git config command. Change Git … Read more