Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Change the default Git editor

In the Git Bash terminal type one of the following lines of code to specify a new editor:

Nano

Code Block
languagebash
git config --global core.editor "nano"

...